Data Fields | |
const uint8 * | directory |
const uint8 * | setupname |
const uint8 * | overrideps |
size_t | dirlen |
uint32 | rescan_ms |
uint32 | stabilise_ms |
int32 | qinsertpos |
hqn_timer_t * | rescan_timer |
hqn_timer_t * | stabilise_timer |
hotfolder_entry_t * | dentries |
hotfolder_entry_t * | newentries |
hotfolder_entry_t * | stabilising |
PKNotifyDirHandle * | notify_handle |
sw_inputq_mkcontext_fn * | mkcontext |
void * | mkdata |
hotfolder_t * | next |
Structure holding details of one hotfolder.
hotfolder_entry_t* hotfolder_t::dentries |
File entries seen in this hotfolder.
const uint8* hotfolder_t::directory |
Full platform name of directory.
size_t hotfolder_t::dirlen |
Length of directory excluding terminator.
sw_inputq_mkcontext_fn* hotfolder_t::mkcontext |
Job context constructor.
void* hotfolder_t::mkdata |
Job context constructor data.
hotfolder_entry_t* hotfolder_t::newentries |
New file entries since last scan.
hotfolder_t* hotfolder_t::next |
Next hotfolder in monitor list.
PKNotifyDirHandle* hotfolder_t::notify_handle |
Platform-specific change notification handle.
const uint8* hotfolder_t::overrideps |
Override PS buffer for input submission.
int32 hotfolder_t::qinsertpos |
Insertion position into input queue.
uint32 hotfolder_t::rescan_ms |
Rescan time.
hqn_timer_t* hotfolder_t::rescan_timer |
Handle of rescan timer.
const uint8* hotfolder_t::setupname |
Name of setup for input submission.
uint32 hotfolder_t::stabilise_ms |
Stabilisation time.
hqn_timer_t* hotfolder_t::stabilise_timer |
Handle of stabilisation timer.
hotfolder_entry_t* hotfolder_t::stabilising |
File entries needing stabilising.