Notification context to be used to notify when connection to the neighbour's controller is opened. More...
Data Fields | |
struct NeighbourConnectNotification * | next |
DLL next for inclusion in neighbour's list of notification requests. More... | |
struct NeighbourConnectNotification * | prev |
DLL prev. More... | |
struct Neighbour * | n |
The neighbour. More... | |
GST_NeighbourConnectNotifyCallback | cb |
The notification callback to call when we are connect to neighbour. More... | |
void * | cb_cls |
The closure for the above callback. More... | |
Notification context to be used to notify when connection to the neighbour's controller is opened.
Definition at line 139 of file gnunet-service-testbed_links.c.
struct NeighbourConnectNotification* NeighbourConnectNotification::next |
DLL next for inclusion in neighbour's list of notification requests.
Definition at line 144 of file gnunet-service-testbed_links.c.
struct NeighbourConnectNotification* NeighbourConnectNotification::prev |
DLL prev.
Definition at line 149 of file gnunet-service-testbed_links.c.
struct Neighbour* NeighbourConnectNotification::n |
The neighbour.
Definition at line 154 of file gnunet-service-testbed_links.c.
Referenced by GST_neighbour_get_connection(), neighbour_connect_notify_task(), and trigger_notifications().
GST_NeighbourConnectNotifyCallback NeighbourConnectNotification::cb |
The notification callback to call when we are connect to neighbour.
Definition at line 159 of file gnunet-service-testbed_links.c.
Referenced by GST_neighbour_get_connection().
void* NeighbourConnectNotification::cb_cls |
The closure for the above callback.
Definition at line 164 of file gnunet-service-testbed_links.c.
Referenced by GST_neighbour_get_connection().