Merge pull request #121 from someburner/patch-1

Use proper type for keepalive
pull/16/head
Tuan PM 2016-09-18 17:41:49 +07:00 zatwierdzone przez GitHub
commit 69710db095
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -100,7 +100,7 @@ typedef struct mqtt_connect_info
char* password;
char* will_topic;
char* will_message;
int keepalive;
uint32_t keepalive;
int will_qos;
int will_retain;
int clean_session;