--- mqtt/inc/defs.h 2011/11/30 01:06:28 1.1.1.1.2.12 +++ mqtt/inc/defs.h 2011/12/01 08:15:25 1.1.1.1.2.14 @@ -32,7 +32,8 @@ extern struct tagCallbacks call; inline void mqtt_SetErr(int eno, char *estr, ...); -extern int Verbose; +extern int Verbose, Kill; +extern sched_root_task_t *root; #endif