nemea-common 1.6.3
|
Go to the source code of this file.
Enumerations | |
enum | patternTypes { CONF_PATTERN_FILE , CONF_PATTERN_STRING } |
Functions | |
int | loadConfiguration (char *patternFile, char *userFile, void *userStruct, int patternType) |
void | configuratorFreeUAMBS () |
unsigned int | configuratorGetArrElemCount (void *arr) |
Definition in file configurator.h.
enum patternTypes |
Enum for pattern types, used for specifying type of pattern XML config.
Enumerator | |
---|---|
CONF_PATTERN_FILE | |
CONF_PATTERN_STRING |
Definition at line 50 of file configurator.h.
void configuratorFreeUAMBS | ( | ) |
unsigned int configuratorGetArrElemCount | ( | void * | arr | ) |
int loadConfiguration | ( | char * | patternFile, |
char * | userFile, | ||
void * | userStruct, | ||
int | patternType | ||
) |