tor  master
Data Fields
tor_mmap_t Struct Reference

#include <compat.h>

Data Fields

const char * data
 
size_t size
 

Detailed Description

Represents an mmaped file. Allocated via tor_mmap_file; freed with tor_munmap_file.

Field Documentation

◆ data

const char* data

Mapping of the file's contents.

◆ size

size_t size

Size of the file.


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