From 291e5ec2a09a145ebb0f4c3ef0b78d616786532f 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 updates bz#1193929 Change-Id: I245c065b209bcce5db939b6a0a934ba6fd393b47 Signed-off-by: Pranith Kumar K --- libglusterfs/src/mem-pool.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libglusterfs/src') 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