GNUnet  0.19.5
NeighbourConnectNotification Struct Reference

Notification context to be used to notify when connection to the neighbour's controller is opened. More...

Collaboration diagram for NeighbourConnectNotification:
[legend]

Data Fields

struct NeighbourConnectNotificationnext
 DLL next for inclusion in neighbour's list of notification requests. More...
 
struct NeighbourConnectNotificationprev
 DLL prev. More...
 
struct Neighbourn
 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...
 

Detailed Description

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.

Field Documentation

◆ next

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.

◆ prev

struct NeighbourConnectNotification* NeighbourConnectNotification::prev

DLL prev.

Definition at line 149 of file gnunet-service-testbed_links.c.

◆ n

struct Neighbour* NeighbourConnectNotification::n

◆ cb

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().

◆ cb_cls

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().


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