summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
authorPranith Kumar K <pkarampu@redhat.com>2019-05-06 15:57:16 +0530
committerhari gowtham <hari.gowtham005@gmail.com>2019-07-03 06:26:55 +0000
commit5d4564833963c5d668bd9d73ac3921848d843eb2 (patch)
treedf2d03d01632b12497f2a374c6b524d8a7eca9a8 /libglusterfs
parent1ad5583c2a5899ed35e8bc656e8982e8c8299177 (diff)
libglusterfs: Fix compilation when --disable-mempool is used
Backport of: > BUG: 1193929 > Change-Id: I245c065b209bcce5db939b6a0a934ba6fd393b47 > Signed-off-by: Pranith Kumar K <pkarampu@redhat.com> Updates: bz#1724210 Change-Id: I245c065b209bcce5db939b6a0a934ba6fd393b47 Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Diffstat (limited to 'libglusterfs')
-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 *