|
libmoost
|
#include <daemon_linux.hpp>
Private Member Functions | |
| daemon_impl () | |
| void | fork_ (boost::function0< bool > child_init_func) |
| A generic daemoniser for Linux. See http://www.netzmafia.de/skripten/unix/linux-daemon-howto.html. | |
| pid_t | get_pid_ () const |
Private Attributes | |
| pid_t | pid_ |
Friends | |
| class | daemon |
Definition at line 40 of file daemon_linux.hpp.
| moost::process::daemon_impl::daemon_impl | ( | ) | [inline, private] |
Definition at line 45 of file daemon_linux.hpp.
| void moost::process::daemon_impl::fork_ | ( | boost::function0< bool > | child_init_func | ) | [inline, private] |
A generic daemoniser for Linux. See http://www.netzmafia.de/skripten/unix/linux-daemon-howto.html.
Definition at line 52 of file daemon_linux.hpp.

| pid_t moost::process::daemon_impl::get_pid_ | ( | ) | const [inline, private] |
friend class daemon [friend] |
Definition at line 43 of file daemon_linux.hpp.
pid_t moost::process::daemon_impl::pid_ [private] |
Definition at line 105 of file daemon_linux.hpp.