FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Store file handler and mmap of a file. More...
#include <checksum.h>
Public Attributes | |
int | FileHandle |
File handler for the file. | |
unsigned char * | Mmap |
Mmap of the file. | |
uint64_t | MmapSize |
Size of mmap. | |
uint64_t | MmapOffset |
Index into mmap. | |
Store file handler and mmap of a file.
Definition at line 43 of file checksum.h.