summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/glusterfs/timespec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/glusterfs/timespec.h')
-rw-r--r--libglusterfs/src/glusterfs/timespec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs/timespec.h b/libglusterfs/src/glusterfs/timespec.h
index 871871d538c..bb9ab446a5f 100644
--- a/libglusterfs/src/glusterfs/timespec.h
+++ b/libglusterfs/src/glusterfs/timespec.h
@@ -21,6 +21,8 @@
void
timespec_now(struct timespec *ts);
void
+timespec_now_realtime(struct timespec *ts);
+void
timespec_adjust_delta(struct timespec *ts, struct timespec delta);
void
timespec_sub(const struct timespec *begin, const struct timespec *end,