Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
130 | ligi | 1 | #include <sys/time.h> |
2 | |||
3 | // time struct for measuring |
||
505 | ligi | 4 | extern struct timeval loop_start_time; |
5 | extern struct timeval loop_end_time; |
||
130 | ligi | 6 | |
7 | |||
8 | extern int debug_sets; |
||
9 | extern int confirm_sets; |
||
10 | extern int version_sets; |
||
11 | |||
505 | ligi | 12 | extern unsigned long last_trip_time; |
130 | ligi | 13 |