summaryrefslogtreecommitdiff
path: root/src/worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/worker.h')
-rw-r--r--src/worker.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/worker.h b/src/worker.h
index d0ca595..151aa77 100644
--- a/src/worker.h
+++ b/src/worker.h
@@ -1,6 +1,12 @@
#ifndef _BIRUDA_WORKER_HEADER_INCLUDED
#define _BIRUDA_WORKER_HEADER_INCLUDED
+typedef enum {
+ WORKER_EXECUTION_DIRECT
+} worker_execution_mode_t;
+
+const char *worker_exection_mode_str( worker_execution_mode_t mode );
+
int worker_init( const char *control );
void worker_terminate( );
int worker_free( );