Merge branch 'master' of gitlab.science.ru.nl:mlubbers/mTask
[mTask.git] / client / task.h
index 2e483f2..253558e 100644 (file)
@@ -14,6 +14,8 @@ struct task {
        uint8_t taskid;
        struct task *next;
        uint8_t *bc;
+       char type;
+       int value;
 };
 
 bool is_interrupt_task(struct task* t);