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 |
|
|
4 |
extern struct timeval time_struct1; |
|
|
5 |
extern struct timeval time_struct2; |
|
|
6 |
|
|
|
7 |
|
|
|
8 |
extern int debug_sets; |
|
|
9 |
extern int confirm_sets; |
|
|
10 |
extern int version_sets; |
|
|
11 |
|
|
|
12 |
|