Entry in the queue of messages we need to transmit to the helper. More...
Data Fields | |
struct GNUNET_HELPER_SendHandle * | next |
This is an entry in a DLL. More... | |
struct GNUNET_HELPER_SendHandle * | prev |
This is an entry in a DLL. More... | |
const struct GNUNET_MessageHeader * | msg |
Message to transmit (allocated at the end of this struct) More... | |
struct GNUNET_HELPER_Handle * | h |
The handle to a helper process. More... | |
GNUNET_HELPER_Continuation | cont |
Function to call upon completion. More... | |
void * | cont_cls |
Closure to 'cont'. More... | |
unsigned int | wpos |
Current write position. More... | |
Entry in the queue of messages we need to transmit to the helper.
struct GNUNET_HELPER_SendHandle* GNUNET_HELPER_SendHandle::next |
struct GNUNET_HELPER_SendHandle* GNUNET_HELPER_SendHandle::prev |
const struct GNUNET_MessageHeader* GNUNET_HELPER_SendHandle::msg |
struct GNUNET_HELPER_Handle* GNUNET_HELPER_SendHandle::h |
GNUNET_HELPER_Continuation GNUNET_HELPER_SendHandle::cont |
unsigned int GNUNET_HELPER_SendHandle::wpos |