The remote control tool state. More...
#include <remote.h>
Data Fields | |
struct worker * | worker |
the worker for this remote control | |
struct listen_list * | accept_list |
commpoints for accepting remote control connections | |
int | use_cert |
int | active |
number of active commpoints that are handling remote control | |
int | max_active |
max active commpoints | |
struct rc_state * | busy_list |
current commpoints busy; should be a short list, malloced | |
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.