summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/timer.h
diff options
context:
space:
mode:
authorPoornima G <pgurusid@redhat.com>2015-02-19 05:29:02 +0530
committerVijay Bellur <vbellur@redhat.com>2015-03-02 20:31:56 -0800
commit7e416b6d00d626219c8d2067be720a915c4f85b1 (patch)
tree928f60594cf9af5a8b6d5bd71289232d27918474 /libglusterfs/src/timer.h
parent84e6eac265c87be5e436f3e7a41f40dc2d9c65c5 (diff)
libglusterfs: Add timer thread destroy code.
Change-Id: Iafbbbfd9319751742b3c79419e1dd8e2958fee07 BUG: 1093594 Signed-off-by: Poornima G <pgurusid@redhat.com> Reviewed-on: http://review.gluster.org/9701 Reviewed-by: Rajesh Joseph <rjoseph@redhat.com> Reviewed-by: Krishnan Parthasarathi <kparthas@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'libglusterfs/src/timer.h')
-rw-r--r--libglusterfs/src/timer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/timer.h b/libglusterfs/src/timer.h
index 2f963adbf55..e64b350ec58 100644
--- a/libglusterfs/src/timer.h
+++ b/libglusterfs/src/timer.h
@@ -58,4 +58,6 @@ gf_timer_proc (void *data);
gf_timer_registry_t *
gf_timer_registry_init (glusterfs_ctx_t *ctx);
+void
+gf_timer_registry_destroy (glusterfs_ctx_t *ctx);
#endif /* _TIMER_H */