Commit 73686bec authored by William Ahern's avatar William Ahern

Merge branch 'timeout_cb_override' of git://github.com/nmathewson/timeout into...

Merge branch 'timeout_cb_override' of git://github.com/nmathewson/timeout into nmathewson-timeout_cb_override
parents 8c2260a6 134f855a
......@@ -88,11 +88,12 @@ typedef uint64_t timeout_t;
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifndef TIMEOUT_CB_OVERRIDE
struct timeout_cb {
void (*fn)();
void *arg;
}; /* struct timeout_cb */
#endif
/*
* T I M E O U T I N T E R F A C E S
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment