|
Tor 0.4.9.3-alpha-dev
|
#include <mmap.h>
Data Fields | |
| const char * | data |
| size_t | size |
Represents an mmaped file. Allocated via tor_mmap_file; freed with tor_munmap_file.
| const char* data |
Mapping of the file's contents.
Definition at line 26 of file mmap.h.
Referenced by getinfo_helper_current_consensus(), handle_response_fetch_consensus(), keypin_load_journal(), microdesc_cache_reload(), reload_consensus_from_file(), router_reload_router_list_impl(), signed_descriptor_get_body_impl(), and storage_dir_map_labeled().
| size_t size |
Size of the file.
Definition at line 27 of file mmap.h.
Referenced by getinfo_helper_current_consensus(), handle_response_fetch_consensus(), keypin_load_journal(), microdesc_cache_reload(), reload_consensus_from_file(), router_reload_router_list_impl(), and storage_dir_map_labeled().