Polling and acks.

This commit is contained in:
Ian Gulliver
2015-06-15 02:27:03 +00:00
parent cc6ad7803a
commit a006375441
4 changed files with 29 additions and 28 deletions

View File

@@ -24,6 +24,7 @@ typedef struct {
bool shutdown;
char *profile;
json_t *command_queue;
json_t *ack;
json_t *subscriptions;
uint64_t next_delay_ms;
unsigned int seedp;