document code blocks
parent
dbd7d7d095
commit
11b160b7d1
|
@ -344,10 +344,11 @@ int main( int argc, char *argv[] )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
gettimeofday( &(last_capture_times[i]), NULL );
|
gettimeofday( &(last_capture_times[i]), NULL );
|
||||||
}
|
} // end if next_delay <= min_delay || next_delays[i] <= 0 )
|
||||||
}
|
|
||||||
|
} // end foreach n_monitors
|
||||||
sigprocmask( SIG_UNBLOCK, &block_set, 0 );
|
sigprocmask( SIG_UNBLOCK, &block_set, 0 );
|
||||||
}
|
} // end while ! zm_terminate
|
||||||
for ( int i = 0; i < n_monitors; i++ )
|
for ( int i = 0; i < n_monitors; i++ )
|
||||||
{
|
{
|
||||||
delete monitors[i];
|
delete monitors[i];
|
||||||
|
|
Loading…
Reference in New Issue