summaryrefslogtreecommitdiff
path: root/latency.h
blob: 9edde7aee2df21a2c7d47ed06258c8d3ba0ba704 (plain)
1
2
3
4
5
6
7
8
#include <stdint.h>

extern volatile int term;
extern int connect_port;
extern uint64_t latency_us;
extern unsigned rate_bytes;

void handle_client(int fd, unsigned connection_id);