Add stats serializer.

This commit is contained in:
Ian Gulliver
2016-02-17 08:30:32 +00:00
parent 0db4d15897
commit a0d94a4198
9 changed files with 73 additions and 8 deletions

7
stats.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
#include "common.h"
void stats_init();
void stats_serialize(struct packet *, struct buf *);