Definitions of the Autoscan classes. More...
#include "zmmf/zmmf.h"#include "sync.h"#include "timer.h"Go to the source code of this file.
Data Structures | |
| class | AutoscanList |
| class | AutoscanDirectory |
| Provides information about one autoscan directory. More... | |
Defines | |
| #define | INVALID_SCAN_ID -1 |
Enumerations | |
| enum | scan_level_t { BasicScanLevel, FullScanLevel } |
Scan level - the way how exactly directories should be scanned. More... | |
| enum | scan_mode_t { TimedScanMode, InotifyScanMode } |
Scan mode - type of scan (timed, inotify, fam, etc.). More... | |
Definitions of the Autoscan classes.
Definition in file autoscan.h.
| #define INVALID_SCAN_ID -1 |
Definition at line 40 of file autoscan.h.
Referenced by SQLStorage::_fillAutoscanDirectory(), ContentManager::_rescanDirectory(), AutoscanDirectory::AutoscanDirectory(), web::autoscan::process(), AutoscanList::remove(), AutoscanList::removeByObjectID(), AutoscanList::removeIfSubdir(), and ContentManager::setAutoscanDirectory().
| enum scan_level_t |
Scan level - the way how exactly directories should be scanned.
Definition at line 43 of file autoscan.h.
| enum scan_mode_t |
Scan mode - type of scan (timed, inotify, fam, etc.).
Definition at line 50 of file autoscan.h.
1.6.1