GNUnet 0.21.1
GNUNET_DHTU_PreferenceHandle Struct Reference

Opaque handle expressing a preference of the DHT to keep a particular target connected. More...

Collaboration diagram for GNUNET_DHTU_PreferenceHandle:
[legend]

Data Fields

struct GNUNET_DHTU_PreferenceHandlenext
 Kept in a DLL. More...
 
struct GNUNET_DHTU_PreferenceHandleprev
 Kept in a DLL. More...
 
struct GNUNET_DHTU_Targettarget
 Target a preference was expressed for. More...
 

Detailed Description

Opaque handle expressing a preference of the DHT to keep a particular target connected.

Definition at line 105 of file plugin_dhtu_gnunet.c.

Field Documentation

◆ next

struct GNUNET_DHTU_PreferenceHandle * GNUNET_DHTU_PreferenceHandle::next

Kept in a DLL.

Definition at line 110 of file plugin_dhtu_gnunet.c.

◆ prev

struct GNUNET_DHTU_PreferenceHandle * GNUNET_DHTU_PreferenceHandle::prev

Kept in a DLL.

Definition at line 115 of file plugin_dhtu_gnunet.c.

◆ target

struct GNUNET_DHTU_Target * GNUNET_DHTU_PreferenceHandle::target

Target a preference was expressed for.

Definition at line 120 of file plugin_dhtu_gnunet.c.

Referenced by GDS_u_hold(), gnunet_drop(), gnunet_hold(), ip_drop(), and ip_hold().


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