Moved new gearbox to better dir, some cleanup
This commit is contained in:
parent
8c29434ef4
commit
ad39aafa89
1 changed files with 5 additions and 0 deletions
|
@ -247,6 +247,7 @@ std::string Util::Procs::getName(pid_t name){
|
|||
return "";
|
||||
}
|
||||
|
||||
/// Creates a new configuration manager.
|
||||
Util::Config::Config(){
|
||||
listen_port = 4242;
|
||||
daemon_mode = true;
|
||||
|
@ -257,4 +258,8 @@ Util::Config::Config(){
|
|||
ignore_interface = false;
|
||||
ignore_port = false;
|
||||
ignore_user = false;
|
||||
}
|
||||
|
||||
void parseArgs(int argc, char ** argv){
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue