aboutsummaryrefslogtreecommitdiff
path: root/src/timeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeout.c')
-rw-r--r--src/timeout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/timeout.c b/src/timeout.c
index 09cb53d..83bffc9 100644
--- a/src/timeout.c
+++ b/src/timeout.c
@@ -114,9 +114,10 @@ int tm_getretry(p_tm tm)
114* Input 114* Input
115* tm: timeout control structure 115* tm: timeout control structure
116\*-------------------------------------------------------------------------*/ 116\*-------------------------------------------------------------------------*/
117void tm_markstart(p_tm tm) 117p_tm tm_markstart(p_tm tm)
118{ 118{
119 tm->start = tm_gettime(); 119 tm->start = tm_gettime();
120 return tm;
120} 121}
121 122
122/*-------------------------------------------------------------------------*\ 123/*-------------------------------------------------------------------------*\