summaryrefslogtreecommitdiff
path: root/src/sysExec.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2010-01-10 22:32:55 +0000
committerOthmar Gsenger <otti@anytun.org>2010-01-10 22:32:55 +0000
commit018e96cf689e0456ab32ba1a6dfca9cd720c6b30 (patch)
tree50e9940d66193039beb659f722d66df40f5165c8 /src/sysExec.h
parentfixed priviledge dropping on freebsd (diff)
bugfix in new sysexec
Diffstat (limited to 'src/sysExec.h')
-rw-r--r--src/sysExec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysExec.h b/src/sysExec.h
index f0461af..d5315e4 100644
--- a/src/sysExec.h
+++ b/src/sysExec.h
@@ -52,6 +52,7 @@ class SysExec
void waitForScript();
~SysExec();
private:
+ void doExec(std::string const& script, StringVector const& args, StringList const& env);
std::string script_;
pid_t pid_;
int pipefd_;