GNUnet 0.28.1-dev.4-47-g3e168ca2d
 
Loading...
Searching...
No Matches
GDS_RoutingPutCallbackData Struct Reference
Collaboration diagram for GDS_RoutingPutCallbackData:
[legend]

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
 

Detailed Description

Definition at line 1267 of file gnunet-service-dht_neighbours.c.

Field Documentation

◆ hop_count

unsigned int GDS_RoutingPutCallbackData::hop_count

◆ target_count

unsigned int GDS_RoutingPutCallbackData::target_count

◆ targets

struct PeerInfo** GDS_RoutingPutCallbackData::targets

◆ key

struct GNUNET_HashCode GDS_RoutingPutCallbackData::key

◆ index

unsigned int GDS_RoutingPutCallbackData::index

◆ queued

unsigned int* GDS_RoutingPutCallbackData::queued

◆ sent

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

◆ cb

GDS_PutOperationCallback GDS_RoutingPutCallbackData::cb

◆ cb_cls

void* GDS_RoutingPutCallbackData::cb_cls

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