summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/latency.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/latency.h')
-rw-r--r--libglusterfs/src/latency.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libglusterfs/src/latency.h b/libglusterfs/src/latency.h
index 16c5994b..81acbf48 100644
--- a/libglusterfs/src/latency.h
+++ b/libglusterfs/src/latency.h
@@ -11,6 +11,7 @@
#ifndef __LATENCY_H__
#define __LATENCY_H__
+#include "glusterfs.h"
typedef struct fop_latency {
uint64_t min; /* min time for the call (microseconds) */
@@ -22,6 +23,6 @@ typedef struct fop_latency {
} fop_latency_t;
void
-gf_latency_toggle (int signum);
+gf_latency_toggle (int signum, glusterfs_ctx_t *ctx);
#endif /* __LATENCY_H__ */