X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Ftask.h;h=253558e6022c05e81d84cb952fa3b370895643ee;hb=a81623aa9629a3c5c8f8bf920e494a596b30c4b7;hp=2e483f2391743895feb3a3bc4b890eff2f393386;hpb=61dffbc509a02622642a6eb7c17cb20b46b93619;p=mTask.git diff --git a/client/task.h b/client/task.h index 2e483f2..253558e 100644 --- a/client/task.h +++ b/client/task.h @@ -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);