summaryrefslogtreecommitdiffstats
path: root/eurephia_struct.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-08-25 00:24:03 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-08-25 00:24:03 +0200
commit918405c75cf7caff99354131896a664b7a6dadf4 (patch)
tree50eb59b0afc620405240e275ef1f4f47e6427ab0 /eurephia_struct.h
parent580dbb7480b89dbde721968dccaeb703b48b00c8 (diff)
downloadeurephia-918405c75cf7caff99354131896a664b7a6dadf4.tar.gz
eurephia-918405c75cf7caff99354131896a664b7a6dadf4.tar.xz
eurephia-918405c75cf7caff99354131896a664b7a6dadf4.zip
Added main loop for the firewall interface module
Diffstat (limited to 'eurephia_struct.h')
-rw-r--r--eurephia_struct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/eurephia_struct.h b/eurephia_struct.h
index b1dac41..23b1d9d 100644
--- a/eurephia_struct.h
+++ b/eurephia_struct.h
@@ -70,6 +70,7 @@ typedef struct {
mqd_t msgq;
sem_t semp_module;
sem_t semp_driver;
+ void *ctx;
} efw_threaddata;
typedef struct {