|
Electroneum
|
#include <remote.h>

Public Attributes | |
| struct worker * | worker |
| struct listen_list * | accept_list |
| int | use_cert |
| int | active |
| int | max_active |
| struct rc_state * | busy_list |
The remote control tool state. The state is only created for the first thread, other threads are called from this thread. Only the first threads listens to the control port. The other threads do not, but are called on the command channel(pipe) from the first thread.
| struct listen_list* daemon_remote::accept_list |
| int daemon_remote::active |
| struct rc_state* daemon_remote::busy_list |
| struct worker* daemon_remote::worker |