Change probe

This commit is contained in:
Quentin Dufour 2019-09-17 06:32:29 +00:00
parent b2de9eb04c
commit 9b22c01c47

View file

@ -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;