Data Fields | |
struct GNUNET_PeerIdentity * | array |
Array containing the peers. More... | |
uint32_t | length |
(Maximum) length of the view More... | |
struct GNUNET_CONTAINER_MultiPeerMap * | mpm |
Multipeermap containing the peers. More... | |
Definition at line 31 of file gnunet-service-rps_view.c.
struct GNUNET_PeerIdentity* View::array |
Array containing the peers.
Definition at line 36 of file gnunet-service-rps_view.c.
Referenced by View_change_len(), View_clear(), View_create(), View_destroy(), View_get_as_array(), View_get_peer_by_index(), View_put(), and View_remove_peer().
uint32_t View::length |
(Maximum) length of the view
Definition at line 41 of file gnunet-service-rps_view.c.
Referenced by View_change_len(), View_create(), and View_put().
struct GNUNET_CONTAINER_MultiPeerMap* View::mpm |
Multipeermap containing the peers.
Definition at line 46 of file gnunet-service-rps_view.c.
Referenced by View_change_len(), View_clear(), View_contains_peer(), View_create(), View_destroy(), View_get_peer_by_index(), View_put(), View_remove_peer(), and View_size().