From 5d4564833963c5d668bd9d73ac3921848d843eb2 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Mon, 6 May 2019 15:57:16 +0530 Subject: libglusterfs: Fix compilation when --disable-mempool is used Backport of: > BUG: 1193929 > Change-Id: I245c065b209bcce5db939b6a0a934ba6fd393b47 > Signed-off-by: Pranith Kumar K Updates: bz#1724210 Change-Id: I245c065b209bcce5db939b6a0a934ba6fd393b47 Signed-off-by: Pranith Kumar K --- libglusterfs/src/mem-pool.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libglusterfs/src/mem-pool.c b/libglusterfs/src/mem-pool.c index ca25ffcfdb8..df167b6650d 100644 --- a/libglusterfs/src/mem-pool.c +++ b/libglusterfs/src/mem-pool.c @@ -616,6 +616,11 @@ void mem_pools_fini(void) { } +void +mem_pool_thread_destructor(void) +{ +} + #endif struct mem_pool * -- cgit