More resilient method for determining when we've reconnected.

This commit is contained in:
Ian Gulliver
2015-06-20 05:45:26 +00:00
parent 9a726558ca
commit 33ce1fe805
2 changed files with 11 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ struct cosmo {
pthread_cond_t cond;
bool shutdown;
char *profile;
char *generation;
json_t *command_queue;
json_t *ack;
json_t *subscriptions;