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

2
json.h
View File

@@ -5,3 +5,5 @@
void json_init();
void json_serialize(struct packet *, struct buf *);
int json_buf_append_callback(const char *, size_t, void *);