X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Futil%2Ftimer.h;h=df06fc3453ce7e3b879d2e16debd795bf71786c2;hb=367bf8f76227dea6e7e10e974967ae1d60cfe38e;hp=b8169180dffe81aef50a89f671f7c53e1daae462;hpb=ad50533aef71e9697fe78bb636e64079f198f985;p=chaz%2Ftint2 diff --git a/src/util/timer.h b/src/util/timer.h index b816918..df06fc3 100644 --- a/src/util/timer.h +++ b/src/util/timer.h @@ -28,8 +28,9 @@ extern struct timeval next_timeout; struct timeout { int interval_msec; struct timespec timeout_expires; - void (*_callback)(); + void (*_callback)(void*); void* arg; + void* multi_timeout; };