Skyld AV
0.6
On access virus scanning for Linux
|
Result of scanning a file for viruses. More...
#include <ScanCache.h>
Public Attributes | |
dev_t | dev |
ID of device containing file. More... | |
ino_t | ino |
Inode number. More... | |
time_t | mtime |
Time of last modification. More... | |
unsigned int | response |
Result of scan. More... | |
time_t | age |
Time when this record entered the cache. More... | |
ScanResult * | left |
Left neighbour in double linked list. More... | |
ScanResult * | right |
Right neighbour in double linked list. More... | |
Result of scanning a file for viruses.
Definition at line 38 of file ScanCache.h.
time_t ScanResult::age |
Time when this record entered the cache.
Definition at line 59 of file ScanCache.h.
dev_t ScanResult::dev |
ID of device containing file.
Definition at line 43 of file ScanCache.h.
ino_t ScanResult::ino |
Inode number.
Definition at line 47 of file ScanCache.h.
ScanResult* ScanResult::left |
Left neighbour in double linked list.
Definition at line 63 of file ScanCache.h.
time_t ScanResult::mtime |
Time of last modification.
Definition at line 51 of file ScanCache.h.
unsigned int ScanResult::response |
Result of scan.
Definition at line 55 of file ScanCache.h.
ScanResult* ScanResult::right |
Right neighbour in double linked list.
Definition at line 67 of file ScanCache.h.