daemon_remote Struct Reference

The remote control tool state. More...

#include <remote.h>

Data Fields

struct workerworker
 the worker for this remote control
 
struct listen_listaccept_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_statebusy_list
 current commpoints busy; should be a short list, malloced
 

Detailed Description

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.


The documentation for this struct was generated from the following file: