]> Dogcows Code - chaz/tint2/blobdiff - src/util/timer.h
*add* interval timeouts are aligned to each other
[chaz/tint2] / src / util / timer.h
index b8169180dffe81aef50a89f671f7c53e1daae462..df06fc3453ce7e3b879d2e16debd795bf71786c2 100644 (file)
@@ -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;
 };
 
 
This page took 0.021163 seconds and 4 git commands to generate.