--- mqtt/inc/defs.h 2011/11/30 01:06:28 1.1.1.1.2.12 +++ mqtt/inc/defs.h 2011/12/01 00:10:18 1.1.1.1.2.13 @@ -33,6 +33,7 @@ extern struct tagCallbacks call; inline void mqtt_SetErr(int eno, char *estr, ...); extern int Verbose; +extern sched_root_task_t *root; #endif