fix: Replace process on reload

This commit is contained in:
Michael Carlberg 2016-12-03 15:46:48 +01:00
parent 0f91d3d8df
commit 086e498388
5 changed files with 125 additions and 122 deletions
include/components

View file

@ -37,9 +37,7 @@ class controller {
~controller();
void bootstrap(bool writeback = false, bool dump_wmname = false);
void run();
bool completed();
bool run();
protected:
void install_sigmask();