X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Ftask.h;fp=client%2Ftask.h;h=253558e6022c05e81d84cb952fa3b370895643ee;hb=d963745f754d618bd6a729633050c24831e727e0;hp=bcd07835f95951d0c25eaba31b8e50734b3a4a19;hpb=7be7221d08489763405ec243b3b4c38d65598d43;p=mTask.git diff --git a/client/task.h b/client/task.h index bcd0783..253558e 100644 --- a/client/task.h +++ b/client/task.h @@ -14,6 +14,7 @@ struct task { uint8_t taskid; struct task *next; uint8_t *bc; + char type; int value; };