summaryrefslogtreecommitdiff
path: root/src/worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/worker.h')
-rw-r--r--src/worker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/worker.h b/src/worker.h
index b147e16..a5f0ce9 100644
--- a/src/worker.h
+++ b/src/worker.h
@@ -19,6 +19,8 @@ typedef struct {
char *command;
worker_state_t state;
worker_execution_data_t execution_data;
+ const char *control;
+ const char *data;
} worker_t;
const char *worker_exection_mode_str( worker_execution_mode_t mode );