More portable random number generation.

This commit is contained in:
Ian Gulliver
2015-06-13 20:56:36 +00:00
parent 33579856c8
commit 2ea3dcee71
2 changed files with 4 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ typedef struct {
json_t *command_queue;
json_t *subscriptions;
uint64_t next_delay_ms;
unsigned int seedp;
pthread_t thread;
CURL *curl;