Files

8 lines
118 B
C
Raw Permalink Normal View History

2016-02-17 08:30:32 +00:00
#pragma once
2016-02-17 16:40:09 -08:00
struct packet;
struct buf;
2016-02-17 08:30:32 +00:00
void stats_init(void);
2016-02-17 08:30:32 +00:00
void stats_serialize(struct packet *, struct buf *);