summaryrefslogtreecommitdiffstats
path: root/doc/ck_epoch_call
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ck_epoch_call')
-rw-r--r--doc/ck_epoch_call2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ck_epoch_call b/doc/ck_epoch_call
index 7390642..fb6302d 100644
--- a/doc/ck_epoch_call
+++ b/doc/ck_epoch_call
@@ -89,7 +89,7 @@ function(void)
struct object *n;
record = malloc(sizeof *record);
- ck_epoch_register(&epoch, record);
+ ck_epoch_register(&epoch, record, NULL);
n = malloc(sizeof *n);
if (n == NULL)