Works
This commit is contained in:
@@ -26,10 +26,10 @@ typedef enum {
|
||||
TASK_ERR_INVTASK
|
||||
} task_err;
|
||||
|
||||
typedef struct {
|
||||
char name[32]; // string
|
||||
DynArr* data;
|
||||
} task_arg_t;
|
||||
//typedef struct {
|
||||
// char name[32]; // string
|
||||
// DynArr* data;
|
||||
//} task_arg_t;
|
||||
|
||||
typedef struct {
|
||||
uint32_t taskId;
|
||||
|
||||
Reference in New Issue
Block a user