FOSSology  4.4.0
Open Source License Compliance by Open Source Software
CksumFile Struct Reference

Store file handler and mmap of a file. More...

#include <checksum.h>

Collaboration diagram for CksumFile:
Collaboration graph

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.
 

Detailed Description

Store file handler and mmap of a file.

Definition at line 43 of file checksum.h.


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