X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Ftask.h;h=41ff04acbfd57d885ee3162328515c6cf1282e9b;hb=HEAD;hp=2e483f2391743895feb3a3bc4b890eff2f393386;hpb=61dffbc509a02622642a6eb7c17cb20b46b93619;p=mTask.git diff --git a/client/task.h b/client/task.h index 2e483f2..41ff04a 100644 --- a/client/task.h +++ b/client/task.h @@ -12,8 +12,9 @@ struct task { uint16_t interval; unsigned long lastrun; uint8_t taskid; - struct task *next; uint8_t *bc; + char type; + int value; }; bool is_interrupt_task(struct task* t);