summaryrefslogtreecommitdiffstats
path: root/eurephia_struct.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-09-14 12:24:50 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-09-14 12:24:50 +0200
commit9709234c8ce4373670720adc03a8aa37dc48fc9f (patch)
tree6ea2a57a856062e779d5b290d01881a302f472e7 /eurephia_struct.h
parentc88981983bd4c3f7357b7a59ab1dbb0447b6c026 (diff)
downloadeurephia-9709234c8ce4373670720adc03a8aa37dc48fc9f.tar.gz
eurephia-9709234c8ce4373670720adc03a8aa37dc48fc9f.tar.xz
eurephia-9709234c8ce4373670720adc03a8aa37dc48fc9f.zip
Fixed execution of firewall command, forgot to fork out process before execve. Made IPTABLES_CMD a configuration parameter (firewall_command) instead of a defined constant.
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 23b1d9d..b34c12e 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;
+ char *fw_command;
void *ctx;
} efw_threaddata;