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 81 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 88 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 95 of file scheduler.c.
struct GNUNET_SIGNAL_Context* GNUNET_SCHEDULER_Handle::shc_int |
context of the SIGINT handler
Definition at line 100 of file scheduler.c.
struct GNUNET_SIGNAL_Context* GNUNET_SCHEDULER_Handle::shc_term |
context of the SIGTERM handler
Definition at line 105 of file scheduler.c.
struct GNUNET_SIGNAL_Context* GNUNET_SCHEDULER_Handle::shc_quit |
context of the SIGQUIT handler
Definition at line 117 of file scheduler.c.
struct GNUNET_SIGNAL_Context* GNUNET_SCHEDULER_Handle::shc_hup |
context of the SIGHUP handler
Definition at line 122 of file scheduler.c.
struct GNUNET_SIGNAL_Context* GNUNET_SCHEDULER_Handle::shc_pipe |
context of the SIGPIPE handler
Definition at line 127 of file scheduler.c.