Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 504 → Rev 505

/Riddim/statistics.c
1,5 → 1,8
#include "statistics.h"
 
struct timeval loop_start_time;
struct timeval loop_end_time;
 
struct timeval time_struct1;
struct timeval time_struct2;
 
8,3 → 11,4
int confirm_sets=0;
int version_sets=0;
 
unsigned long last_trip_time=0;