further work on return values
[mTask.git] / client / task.h
index bcd0783..253558e 100644 (file)
@@ -14,6 +14,7 @@ struct task {
        uint8_t taskid;
        struct task *next;
        uint8_t *bc;
+       char type;
        int value;
 };