![]() |
FOSSology
3.2.0rc1
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 50 of file checksum.h.