Argument to be passed from the driver to GNUNET_SCHEDULER_do_work(). More...
Data Fields | |
struct GNUNET_NETWORK_FDSet * | rs |
Passed here to avoid constantly allocating/deallocating this element, but generally we want to get rid of this. More... | |
struct GNUNET_NETWORK_FDSet * | ws |
Passed here to avoid constantly allocating/deallocating this element, but generally we want to get rid of this. More... | |
struct GNUNET_SIGNAL_Context * | shc_int |
context of the SIGINT handler More... | |
struct GNUNET_SIGNAL_Context * | shc_term |
context of the SIGTERM handler More... | |
struct GNUNET_SIGNAL_Context * | shc_quit |
context of the SIGQUIT handler More... | |
struct GNUNET_SIGNAL_Context * | shc_hup |
context of the SIGHUP handler More... | |
struct GNUNET_SIGNAL_Context * | shc_pipe |
context of the SIGPIPE handler More... | |
Argument to be passed from the driver to GNUNET_SCHEDULER_do_work().
Contains the scheduler's internal state.
Definition at line 82 of file scheduler.c.
struct GNUNET_NETWORK_FDSet* GNUNET_SCHEDULER_Handle::rs |
Passed here to avoid constantly allocating/deallocating this element, but generally we want to get rid of this.
Definition at line 89 of file scheduler.c.
struct GNUNET_NETWORK_FDSet* GNUNET_SCHEDULER_Handle::ws |
Passed here to avoid constantly allocating/deallocating this element, but generally we want to get rid of this.
Definition at line 96 of file scheduler.c.
struct GNUNET_SIGNAL_Context* GNUNET_SCHEDULER_Handle::shc_int |
context of the SIGINT handler
Definition at line 101 of file scheduler.c.
struct GNUNET_SIGNAL_Context* GNUNET_SCHEDULER_Handle::shc_term |
context of the SIGTERM handler
Definition at line 106 of file scheduler.c.
struct GNUNET_SIGNAL_Context* GNUNET_SCHEDULER_Handle::shc_quit |
context of the SIGQUIT handler
Definition at line 118 of file scheduler.c.
struct GNUNET_SIGNAL_Context* GNUNET_SCHEDULER_Handle::shc_hup |
context of the SIGHUP handler
Definition at line 123 of file scheduler.c.
struct GNUNET_SIGNAL_Context* GNUNET_SCHEDULER_Handle::shc_pipe |
context of the SIGPIPE handler
Definition at line 128 of file scheduler.c.