Context for a callback. More...
Data Fields | |
SamplerNotifyUpdateCB | notify_cb |
The Callback to call on updates. More... | |
void * | cls |
The according closure. More... | |
struct SamplerNotifyUpdateCTX * | next |
Next element in DLL. More... | |
struct SamplerNotifyUpdateCTX * | prev |
Previous element in DLL. More... | |
Context for a callback.
Contains callback and closure.
Meant to be an entry in an DLL.
Definition at line 71 of file gnunet-service-rps_sampler.c.
SamplerNotifyUpdateCB SamplerNotifyUpdateCTX::notify_cb |
The Callback to call on updates.
Definition at line 76 of file gnunet-service-rps_sampler.c.
Referenced by sampler_notify_on_update().
void * SamplerNotifyUpdateCTX::cls |
The according closure.
Definition at line 81 of file gnunet-service-rps_sampler.c.
Referenced by sampler_notify_on_update().
struct SamplerNotifyUpdateCTX * SamplerNotifyUpdateCTX::next |
Next element in DLL.
Definition at line 86 of file gnunet-service-rps_sampler.c.
struct SamplerNotifyUpdateCTX * SamplerNotifyUpdateCTX::prev |
Previous element in DLL.
Definition at line 91 of file gnunet-service-rps_sampler.c.