summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2019-05-06 15:57:16 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2019-05-07 05:11:40 +0000
commit291e5ec2a09a145ebb0f4c3ef0b78d616786532f (patch)
treecfce30f12bf667ede3845cd1dc039656b497ee57
parent6454132342c0b549365d92bcf3572ecd914f7fa8 (diff)
libglusterfs: Fix compilation when --disable-mempool is used
updates bz#1193929 Change-Id: I245c065b209bcce5db939b6a0a934ba6fd393b47 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
-rw-r--r--libglusterfs/src/mem-pool.c5
1 files changed, 5 insertions, 0 deletions
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 *