documentation for class Daemon added.

This commit is contained in:
Roland Jax
2014-11-16 14:25:23 +01:00
parent e4e709ec6a
commit ada6a066fe
3 changed files with 42 additions and 10 deletions
+2 -2
View File
@@ -32,10 +32,10 @@ Daemon& Daemon::Instance()
return instance;
}
void Daemon::run(const char* file)
void Daemon::run(const char* pidfile)
{
m_status = false;
m_pidfile = file;
m_pidfile = pidfile;
m_pidfd = 0;
pid_t pid;