diff options
Diffstat (limited to 'libglusterfs/src/timer.c')
-rw-r--r-- | libglusterfs/src/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/timer.c b/libglusterfs/src/timer.c index 0ad6ea59fc2..a059cc2122f 100644 --- a/libglusterfs/src/timer.c +++ b/libglusterfs/src/timer.c @@ -48,7 +48,7 @@ gf_timer_call_after (glusterfs_ctx_t *ctx, return NULL; } timespec_now (&event->at); - timespec_adjust_delta (event->at, delta); + timespec_adjust_delta (&event->at, delta); at = TS (event->at); event->callbk = callbk; event->data = data; |