fix issue #828
This commit is contained in:
parent
71854e7531
commit
9d7d0da737
@ -16,7 +16,7 @@ void process_count(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void init_libpax(void) {
|
void init_libpax(void) {
|
||||||
libpax_counter_init(process_count, &count_from_libpax,
|
libpax_counter_init(process_count, &count_from_libpax, cfg.sendcycle * 2,
|
||||||
cfg.sendcycle * 2 * 1000, cfg.countermode);
|
cfg.countermode);
|
||||||
libpax_counter_start();
|
libpax_counter_start();
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user