GNUnet 0.21.1
GNUNET_HELPER_SendHandle Struct Reference

Entry in the queue of messages we need to transmit to the helper. More...

Collaboration diagram for GNUNET_HELPER_SendHandle:
[legend]

Data Fields

struct GNUNET_HELPER_SendHandlenext
 This is an entry in a DLL. More...
 
struct GNUNET_HELPER_SendHandleprev
 This is an entry in a DLL. More...
 
const struct GNUNET_MessageHeadermsg
 Message to transmit (allocated at the end of this struct) More...
 
struct GNUNET_HELPER_Handleh
 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...
 

Detailed Description

Entry in the queue of messages we need to transmit to the helper.

Definition at line 34 of file helper.c.

Field Documentation

◆ next

struct GNUNET_HELPER_SendHandle* GNUNET_HELPER_SendHandle::next

This is an entry in a DLL.

Definition at line 39 of file helper.c.

◆ prev

struct GNUNET_HELPER_SendHandle* GNUNET_HELPER_SendHandle::prev

This is an entry in a DLL.

Definition at line 44 of file helper.c.

◆ msg

const struct GNUNET_MessageHeader* GNUNET_HELPER_SendHandle::msg

Message to transmit (allocated at the end of this struct)

Definition at line 49 of file helper.c.

◆ h

struct GNUNET_HELPER_Handle* GNUNET_HELPER_SendHandle::h

The handle to a helper process.

Definition at line 54 of file helper.c.

◆ cont

GNUNET_HELPER_Continuation GNUNET_HELPER_SendHandle::cont

Function to call upon completion.

Definition at line 59 of file helper.c.

◆ cont_cls

void* GNUNET_HELPER_SendHandle::cont_cls

Closure to 'cont'.

Definition at line 64 of file helper.c.

◆ wpos

unsigned int GNUNET_HELPER_SendHandle::wpos

Current write position.

Definition at line 69 of file helper.c.


The documentation for this struct was generated from the following file: