]> mj.ucw.cz Git - libucw.git/blobdiff - lib/mainloop.h
Don't forget to increase run counter.
[libucw.git] / lib / mainloop.h
index f321c2b5fc85e57402d1a4c2741b1deea26f2bcd..136d90e04858c1c3b4112c41d8c21dd9c53475d4 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "lib/clists.h"
 
-typedef s64 timestamp_t;                       /* We measure time in milliseconds */
 extern timestamp_t main_now;                   /* Current time in milliseconds since UNIX epoch */
 extern sh_time_t main_now_seconds;             /* Current time in seconds since the epoch */
 extern uns main_shutdown;