Change probe
This commit is contained in:
parent
b2de9eb04c
commit
9b22c01c47
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "timer.h"
|
||||
#include "proxy.h"
|
||||
|
||||
#define PROBE_EVERY 5
|
||||
#define PROBE_EVERY 3
|
||||
uint64_t compute_delta(struct timespec* prev_time, uint64_t max, uint8_t update) {
|
||||
struct timespec curr;
|
||||
int secs, nsecs;
|
||||
|
|
Loading…
Reference in a new issue