Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
130 ligi 1
#include "statistics.h"
2
 
505 ligi 3
struct timeval loop_start_time;
4
struct timeval loop_end_time;
5
 
130 ligi 6
struct timeval time_struct1;
7
struct timeval time_struct2;
8
 
9
 
10
int debug_sets=0;
11
int confirm_sets=0;
12
int version_sets=0;
13
 
505 ligi 14
unsigned long last_trip_time=0;