Data Fields | |
| unsigned int | hop_count |
| unsigned int | target_count |
| struct PeerInfo ** | targets |
| struct GNUNET_HashCode | key |
| unsigned int | index |
| unsigned int * | queued |
| bool * | sent |
| Did any target actually take the message? Shared between the per-target copies of this struct, like queued. | |
| GDS_PutOperationCallback | cb |
| void * | cb_cls |
Definition at line 1267 of file gnunet-service-dht_neighbours.c.
| unsigned int GDS_RoutingPutCallbackData::hop_count |
Definition at line 1269 of file gnunet-service-dht_neighbours.c.
Referenced by cb_routing_put_message(), and GDS_NEIGHBOURS_handle_put().
| unsigned int GDS_RoutingPutCallbackData::target_count |
Definition at line 1270 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 1271 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 1272 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 1273 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 1274 of file gnunet-service-dht_neighbours.c.
Referenced by cb_routing_put_message(), and GDS_NEIGHBOURS_handle_put().
| bool* GDS_RoutingPutCallbackData::sent |
Did any target actually take the message? Shared between the per-target copies of this struct, like queued.
Definition at line 1279 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 1280 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 1281 of file gnunet-service-dht_neighbours.c.
Referenced by cb_routing_put_message(), and GDS_NEIGHBOURS_handle_put().