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. | |
| struct GNUNET_HELPER_SendHandle * | prev |
| This is an entry in a DLL. | |
| const struct GNUNET_MessageHeader * | msg |
| Message to transmit (allocated at the end of this struct) | |
| struct GNUNET_HELPER_Handle * | h |
| The handle to a helper process. | |
| GNUNET_HELPER_Continuation | cont |
| Function to call upon completion. | |
| void * | cont_cls |
| Closure to 'cont'. | |
| unsigned int | wpos |
| Current write position. | |
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 |