update memory consumption on task acknowledgement
[mTask.git] / client / task.h
index 2e483f2..bcd0783 100644 (file)
@@ -14,6 +14,7 @@ struct task {
        uint8_t taskid;
        struct task *next;
        uint8_t *bc;
+       int value;
 };
 
 bool is_interrupt_task(struct task* t);