Assign an ID to each backend.

This commit is contained in:
Ian Gulliver
2016-02-15 21:22:23 +00:00
parent 798b75c30d
commit bae4398a61
5 changed files with 20 additions and 7 deletions

View File

@@ -54,3 +54,8 @@ struct packet {
void hex_init();
void hex_to_bin(char *, char *, size_t);
uint64_t hex_to_int(char *, size_t);
///////// misc
#define UUID_LEN 37