#include <registrar_storage.h>
Definition at line 152 of file registrar_storage.h.
Data Fields | |
| r_contact * | head |
| first contact in the slot | |
| r_contact * | tail |
| last contact in the slot | |
| gen_lock_t * | lock |
| slot lock | |
| r_public * | head |
| first slot in the table | |
| r_public * | tail |
| last slot in the table | |
| gen_lock_t * | lock |
| slot lock | |
first contact in the slot
Definition at line 153 of file registrar_storage.h.
Referenced by add_r_contact(), add_r_public(), add_r_public_previous_lock(), bin_cache_dump_registrar_to_table(), bin_cache_load_registrar_from_table(), del_r_contact(), del_r_public(), get_matching_wildcard_psi(), get_r_contact(), get_r_public(), get_r_public_nolock(), get_r_public_previous_lock(), get_r_public_wpsi(), load_snapshot_registrar(), make_snapshot_registrar(), print_r(), r_storage_destroy(), registrar_timer(), and update_r_public().
last contact in the slot
Definition at line 154 of file registrar_storage.h.
Referenced by add_r_contact(), add_r_public(), add_r_public_previous_lock(), bin_cache_load_registrar_from_table(), del_r_contact(), del_r_public(), load_snapshot_registrar(), and update_r_public().
| gen_lock_t* r_hash_slot::lock |
| gen_lock_t* r_hash_slot::lock |
1.5.2