aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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