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_BloomFilter * | peer_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 |
Definition at line 53 of file gnunet-dht-tvg.c.
| 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().
| 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().
| 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().
| 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().
| 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().
| struct GNUNET_HashCode TVG_CallbackData::key |
Definition at line 60 of file gnunet-dht-tvg.c.
Referenced by print_put_message(), and run().
| enum GNUNET_DHT_RouteOption TVG_CallbackData::ro |
Definition at line 61 of file gnunet-dht-tvg.c.
Referenced by print_put_message(), and run().
| 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().
| uint8_t* TVG_CallbackData::block_data |
Definition at line 63 of file gnunet-dht-tvg.c.
Referenced by print_put_message(), and run().
| size_t TVG_CallbackData::block_len |
Definition at line 64 of file gnunet-dht-tvg.c.
Referenced by print_put_message(), and run().
| 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().