X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=int%2Ftask.c;h=3280b1e2382fd3746adc9e5991b1a5c3c001b86a;hb=3698f150b0c5e5ebed23b0885ced2711ef16d9f5;hp=4ac8ce5075d8af8912c80c0ed6ea4a8faf6be22a;hpb=6e3b45dd6cef95c1577a91b15a1256fa4b06ca88;p=mTask.git diff --git a/int/task.c b/int/task.c index 4ac8ce5..3280b1e 100644 --- a/int/task.c +++ b/int/task.c @@ -46,6 +46,10 @@ int task_register(void) debug("Received a task of length %d", tasks[ct].tlen); tasks[ct].used = true; tasks[ct].lastrun = 0L; +// write_byte('t'); +// write_byte(0); +// write_byte(ct); +// write_byte('\n'); return ct; }