Revision 1a28eef3 streamer.c
streamer.c | ||
---|---|---|
51 | 51 |
|
52 | 52 |
extern int NEIGHBORHOOD_TARGET_SIZE; |
53 | 53 |
|
54 |
#ifndef MONL |
|
54 | 55 |
extern struct timeval print_tdiff; |
55 | 56 |
extern struct timeval tstartdiff; |
57 |
#endif |
|
56 | 58 |
|
57 | 59 |
static void print_usage(int argc, char *argv[]) |
58 | 60 |
{ |
... | ... | |
123 | 125 |
switch(o) { |
124 | 126 |
case 0: //for long options |
125 | 127 |
if( strcmp( "chunk_log", long_options[option_index].name ) == 0 ) { chunk_log = true; } |
128 |
#ifndef MONL |
|
126 | 129 |
if( strcmp( "measure_start", long_options[option_index].name ) == 0 ) { tstartdiff.tv_sec = atoi(optarg); } |
127 | 130 |
if( strcmp( "measure_every", long_options[option_index].name ) == 0 ) { print_tdiff.tv_sec = atoi(optarg); } |
131 |
#endif |
|
128 | 132 |
break; |
129 | 133 |
case 'b': |
130 | 134 |
buff_size = atoi(optarg); |
Also available in: Unified diff