Autogenerate client IDs to make instantiation easier. Set us up for client ID rotation later.

This commit is contained in:
Ian Gulliver
2015-06-24 03:01:24 +00:00
parent db9b63cec8
commit e04f06e2e5
3 changed files with 52 additions and 8 deletions

View File

@@ -11,6 +11,7 @@
#define COSMO_UUID_SIZE 37
typedef struct {
void (*client_id_change)(void *, const char *);
void (*connect)(void *);
void (*disconnect)(void *);
void (*login)(void *);