update now working
[mTask.git] / int / task.c
index 4ac8ce5..3280b1e 100644 (file)
@@ -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;
 }