Electroneum
daemon_remote Struct Reference

#include <remote.h>

Collaboration diagram for daemon_remote:

Public Attributes

struct workerworker
 
struct listen_listaccept_list
 
int use_cert
 
int active
 
int max_active
 
struct rc_statebusy_list
 

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.

Definition at line 89 of file remote.h.

Member Data Documentation

◆ accept_list

struct listen_list* daemon_remote::accept_list

commpoints for accepting remote control connections

Definition at line 93 of file remote.h.

◆ active

int daemon_remote::active

number of active commpoints that are handling remote control

Definition at line 97 of file remote.h.

◆ busy_list

struct rc_state* daemon_remote::busy_list

current commpoints busy; should be a short list, malloced

Definition at line 101 of file remote.h.

◆ max_active

int daemon_remote::max_active

max active commpoints

Definition at line 99 of file remote.h.

◆ use_cert

int daemon_remote::use_cert

Definition at line 95 of file remote.h.

◆ worker

struct worker* daemon_remote::worker

the worker for this remote control

Definition at line 91 of file remote.h.


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