GNUnet 0.26.2-98-gb402d9955
 
Loading...
Searching...
No Matches
TVG_CallbackData Struct Reference
Collaboration diagram for TVG_CallbackData:
[legend]

Data Fields

struct GNUNET_PeerIdentity peers [5]
 
struct GNUNET_CRYPTO_EddsaPrivateKey peers_sk [5]
 
struct GNUNET_HashCode peers_hash [5]
 
struct GNUNET_DHT_PathElement pp [5+1]
 
struct GNUNET_CONTAINER_BloomFilterpeer_bf
 
struct GNUNET_HashCode key
 
enum GNUNET_DHT_RouteOption ro
 
unsigned int put_path_len
 
uint8_t * block_data
 
size_t block_len
 
int index
 

Detailed Description

Definition at line 53 of file gnunet-dht-tvg.c.

Field Documentation

◆ peers

struct GNUNET_PeerIdentity TVG_CallbackData::peers[5]

Definition at line 55 of file gnunet-dht-tvg.c.

Referenced by cb_print_put_message(), print_put_message(), and run().

◆ peers_sk

struct GNUNET_CRYPTO_EddsaPrivateKey TVG_CallbackData::peers_sk[5]

Definition at line 56 of file gnunet-dht-tvg.c.

Referenced by print_put_message(), and run().

◆ peers_hash

struct GNUNET_HashCode TVG_CallbackData::peers_hash[5]

Definition at line 57 of file gnunet-dht-tvg.c.

Referenced by print_put_message(), and run().

◆ pp

struct GNUNET_DHT_PathElement TVG_CallbackData::pp[5+1]

Definition at line 58 of file gnunet-dht-tvg.c.

Referenced by cb_print_put_message(), and print_put_message().

◆ peer_bf

struct GNUNET_CONTAINER_BloomFilter* TVG_CallbackData::peer_bf

Definition at line 59 of file gnunet-dht-tvg.c.

Referenced by print_put_message(), and run().

◆ key

struct GNUNET_HashCode TVG_CallbackData::key

Definition at line 60 of file gnunet-dht-tvg.c.

Referenced by print_put_message(), and run().

◆ ro

enum GNUNET_DHT_RouteOption TVG_CallbackData::ro

Definition at line 61 of file gnunet-dht-tvg.c.

Referenced by print_put_message(), and run().

◆ put_path_len

unsigned int TVG_CallbackData::put_path_len

Definition at line 62 of file gnunet-dht-tvg.c.

Referenced by cb_print_put_message(), print_put_message(), and run().

◆ block_data

uint8_t* TVG_CallbackData::block_data

Definition at line 63 of file gnunet-dht-tvg.c.

Referenced by print_put_message(), and run().

◆ block_len

size_t TVG_CallbackData::block_len

Definition at line 64 of file gnunet-dht-tvg.c.

Referenced by print_put_message(), and run().

◆ index

int TVG_CallbackData::index

Definition at line 65 of file gnunet-dht-tvg.c.

Referenced by cb_print_put_message(), print_put_message(), and run().


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