aboutsummaryrefslogtreecommitdiffstats
path: root/mongotimer.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:24:43 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:24:43 +0100
commitceb176da6b2be93ba0447179452d5aef12399028 (patch)
tree7dfa1dd5019c18f5ee8ed0c6c7ad9010a6088cc3 /mongotimer.c
parentDocument q (diff)
downloadmongotimer-ceb176da6b2be93ba0447179452d5aef12399028.tar.gz
mongotimer-ceb176da6b2be93ba0447179452d5aef12399028.tar.bz2
mongotimer-ceb176da6b2be93ba0447179452d5aef12399028.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'mongotimer.c')
-rw-r--r--mongotimer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mongotimer.c b/mongotimer.c
index 7fefb51..04b1f2a 100644
--- a/mongotimer.c
+++ b/mongotimer.c
@@ -368,7 +368,8 @@ main(int argc, char *argv[])
int timerfd = -1, old_flags = -1, tcset = 0;
int exit_on_zero = 0, old_sig = 0;
struct sigaction sigact;
- int64_t time = 0, t = 0, owner_set = 0;
+ int64_t time = 0, t = 0;
+ int owner_set = 0;
size_t colons = 0;
char *s;
struct f_owner_ex old_owner, new_owner;