Data Fields | |
| unsigned int | hop_count |
| unsigned int | target_count |
| struct PeerInfo ** | targets |
| struct GNUNET_HashCode | key |
| unsigned int | index |
| unsigned int * | queued |
| GDS_PutOperationCallback | cb |
| void * | cb_cls |
Definition at line 1238 of file gnunet-service-dht_neighbours.c.
| unsigned int GDS_RoutingPutCallbackData::hop_count |
Definition at line 1240 of file gnunet-service-dht_neighbours.c.
Referenced by cb_routing_put_message().
| unsigned int GDS_RoutingPutCallbackData::target_count |
Definition at line 1241 of file gnunet-service-dht_neighbours.c.
Referenced by cb_routing_put_message(), and GDS_NEIGHBOURS_handle_put().
| struct PeerInfo** GDS_RoutingPutCallbackData::targets |
Definition at line 1242 of file gnunet-service-dht_neighbours.c.
Referenced by cb_routing_put_message(), and GDS_NEIGHBOURS_handle_put().
| struct GNUNET_HashCode GDS_RoutingPutCallbackData::key |
Definition at line 1243 of file gnunet-service-dht_neighbours.c.
Referenced by cb_routing_put_message(), and GDS_NEIGHBOURS_handle_put().
| unsigned int GDS_RoutingPutCallbackData::index |
Definition at line 1244 of file gnunet-service-dht_neighbours.c.
Referenced by cb_routing_put_message(), and GDS_NEIGHBOURS_handle_put().
| unsigned int* GDS_RoutingPutCallbackData::queued |
Definition at line 1245 of file gnunet-service-dht_neighbours.c.
Referenced by cb_routing_put_message(), and GDS_NEIGHBOURS_handle_put().
| GDS_PutOperationCallback GDS_RoutingPutCallbackData::cb |
Definition at line 1246 of file gnunet-service-dht_neighbours.c.
Referenced by cb_routing_put_message(), and GDS_NEIGHBOURS_handle_put().
| void* GDS_RoutingPutCallbackData::cb_cls |
Definition at line 1247 of file gnunet-service-dht_neighbours.c.
Referenced by cb_routing_put_message(), and GDS_NEIGHBOURS_handle_put().