aboutsummaryrefslogtreecommitdiff
path: root/src/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sleep.c')
-rw-r--r--src/sleep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sleep.c b/src/sleep.c
index 167e6aa..4b8c5bb 100644
--- a/src/sleep.c
+++ b/src/sleep.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-tbf
- Copyright (C) 2013-2014 Sergey Poznyakoff
+ Copyright (C) 2013-2017 Sergey Poznyakoff
Vmod-tbf is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
#include <time.h>
VCL_VOID
-vmod_sleep(MOD_CTX ctx, VCL_REAL t)
+vmod_sleep(VRT_CTX, VCL_REAL t)
{
struct timespec ts, ret;

Return to:

Send suggestions and report system problems to the System administrator.