File source configuration context. More...
#include <mio_source_file.h>
Data Fields | |
char * | nextdir |
Next directory path. More... | |
char * | faildir |
Fail directory path. More... | |
File source configuration context.
Pass as the cfg argument to any file source initializer.
char* _MIOSourceFileConfig::faildir |
Fail directory path.
NULL to leave input where it is, "" to delete.
char* _MIOSourceFileConfig::nextdir |
Next directory path.
NULL to leave input where it is, "" to delete.