aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruiser.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-02 20:56:14 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-02 20:56:14 +0000
commit2ad6ee73d81a1d238f247e6b5c1e1b93e299f95f (patch)
treeda35f1f3b0418691b147b78aa96ff61719aa46e3 /bruiser/bruiser.h
parenthijack main now works (diff)
downloadmutator-2ad6ee73d81a1d238f247e6b5c1e1b93e299f95f.tar.gz
mutator-2ad6ee73d81a1d238f247e6b5c1e1b93e299f95f.zip
daemonize?
Diffstat (limited to 'bruiser/bruiser.h')
-rw-r--r--bruiser/bruiser.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h
index a001f62..7d32da9 100644
--- a/bruiser/bruiser.h
+++ b/bruiser/bruiser.h
@@ -186,10 +186,13 @@ class ShellHistory
class Daemonize
{
public:
- Daemonize () {}
+ Daemonize (std::string __exe, std::string __opts) : Exe(__exe), Opts(__opts) {}
+
- private:
+ private:
+ std::string Exe;
+ std::string Opts;
};
/**********************************************************************************************************************/
} // end of namespace bruiser