Opaque handle expressing a preference of the DHT to keep a particular target connected. More...
Data Fields | |
struct GNUNET_DHTU_PreferenceHandle * | next |
Kept in a DLL. More... | |
struct GNUNET_DHTU_PreferenceHandle * | prev |
Kept in a DLL. More... | |
struct GNUNET_DHTU_Target * | target |
Target a preference was expressed for. More... | |
Opaque handle expressing a preference of the DHT to keep a particular target connected.
Definition at line 105 of file plugin_dhtu_gnunet.c.
struct GNUNET_DHTU_PreferenceHandle * GNUNET_DHTU_PreferenceHandle::next |
Kept in a DLL.
Definition at line 110 of file plugin_dhtu_gnunet.c.
struct GNUNET_DHTU_PreferenceHandle * GNUNET_DHTU_PreferenceHandle::prev |
Kept in a DLL.
Definition at line 115 of file plugin_dhtu_gnunet.c.
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().