#include <config.h>
#include <assert.h>
#include <expat.h>
#include <discover.h>
#include <discover-conf.h>
#include <discover-xml.h>
#include "load-url.h"
#include "url-xml.h"
#include "utils.h"
Go to the source code of this file.
Configuration-related data is handled here. This file is responsible for loading and parsing the XML data read from the configuration file. This file also holds the routines that are responsible for altering the URL list as requested by the caller.
Definition in file conf.c.
|
Define the values for a scannable bus. |
|
Describe the current state within the XML structure. |
|
Function that loads the bus map The "real" get_bus_map functions don't call conf_load(), which is important to avoid infinite loops. Definition at line 136 of file conf.c. References BUS_COUNT, discover_error::code, discover_bus_map_t, DISCOVER_EBUSNOTFOUND, and discover_error_t. Referenced by _real_discover_conf_get_bus_map_by_name(). |
|
Internal function that really loads the bus map Definition at line 150 of file conf.c. References _real_discover_conf_get_bus_map(), discover_error::code, discover_bus_t, discover_conf_name_to_bus(), and discover_error_t. Referenced by discover_conf_get_bus_map_by_name(). |