Clean up serialize interface.

Switch to jansson for JSON handling.
Add server ID.
Expose IDs in JSON.
This commit is contained in:
Ian Gulliver
2016-02-17 00:21:28 +00:00
parent b993764a14
commit 01d548dbb5
9 changed files with 93 additions and 55 deletions

View File

@@ -2,8 +2,6 @@
#include "common.h"
#define SERIALIZE_LEN 256
struct serializer *client_get_serializer(char *);
void client_add(int, struct serializer *);