Return to defs.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / mqtt / inc |
version 1.2.2.1, 2012/01/27 15:18:12 | version 1.2.2.2, 2012/04/24 13:54:50 |
---|---|
Line 3 | Line 3 |
#define STRSIZ 256 | #define STRSIZ 256 |
#define INIT_SNDQ 50 | |
#if 0 | #if 0 |
#define WILDCARDS "/#+" | #define WILDCARDS "/#+" |
#define MQTT_CONNFLGS_INIT { 1, 1, 1, 3, 1, 1, 1 } | #define MQTT_CONNFLGS_INIT { 1, 1, 1, 3, 1, 1, 1 } |
Line 23 | Line 24 |
extern char cliCmd[], *cliStr[]; | extern char cliCmd[], *cliStr[]; |
extern intptr_t Kill; | extern volatile intptr_t Kill; |
extern struct tagCallbacks call; | extern struct tagCallbacks call; |
extern sqlite3 *acc, *pub; | extern sqlite3 *acc, *pub; |