X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Ftask.h;fp=client%2Ftask.h;h=bcd07835f95951d0c25eaba31b8e50734b3a4a19;hb=8e31b107ced5cae9230623a22d11ca37f391e74a;hp=2e483f2391743895feb3a3bc4b890eff2f393386;hpb=4f5bec7a819e8a8ee9ee30b761c2159df0a7d8a4;p=mTask.git diff --git a/client/task.h b/client/task.h index 2e483f2..bcd0783 100644 --- a/client/task.h +++ b/client/task.h @@ -14,6 +14,7 @@ struct task { uint8_t taskid; struct task *next; uint8_t *bc; + int value; }; bool is_interrupt_task(struct task* t);