#include "lib/util/debug.h"
-#include "common/conf.h"
+#include "conf/conf.h"
#include "conf/cluster_conf.h"
#ifndef __CTDB_CLUSTER_CONF_H__
#define __CTDB_CLUSTER_CONF_H__
-#include "common/conf.h"
+#include "conf/conf.h"
#define CLUSTER_CONF_SECTION "cluster"
#include "lib/util/tini.h"
#include "lib/util/debug.h"
-#include "common/conf.h"
+#include "conf/conf.h"
struct conf_value {
enum conf_type type;
#include "common/logging.h"
#include "common/cmdline.h"
-#include "common/conf.h"
#include "common/path.h"
+#include "conf/conf.h"
#include "conf/logging_conf.h"
#include "conf/cluster_conf.h"
#include "conf/database_conf.h"
#include "lib/util/debug.h"
#include "common/path.h"
-#include "common/conf.h"
+#include "conf/conf.h"
#include "conf/logging_conf.h"
#include "conf/cluster_conf.h"
#include "conf/database_conf.h"
#ifndef __CTDB_CONFIG_H__
#define __CTDB_CONFIG_H__
-#include "common/conf.h"
+#include "conf/conf.h"
struct ctdb_config {
/* Cluster */
#include "lib/util/debug.h"
#include "lib/util/samba_util.h"
-#include "common/conf.h"
#include "common/path.h"
+#include "conf/conf.h"
#include "conf/database_conf.h"
#define DATABASE_CONF_VOLATILE_DB_DIR_DEFAULT CTDB_VARDIR "/volatile"
#ifndef __CTDB_DATABASE_CONF_H__
#define __CTDB_DATABASE_CONF_H__
-#include "common/conf.h"
+#include "conf/conf.h"
#define DATABASE_CONF_SECTION "database"
#include "lib/util/debug.h"
-#include "common/conf.h"
#include "common/path.h"
+#include "conf/conf.h"
#include "conf/event_conf.h"
static bool event_conf_validate_debug_script(const char *key,
#ifndef __CTDB_EVENT_CONF_H__
#define __CTDB_EVENT_CONF_H__
-#include "common/conf.h"
+#include "conf/conf.h"
#define EVENT_CONF_SECTION "event"
#include "lib/util/debug.h"
-#include "common/conf.h"
+#include "conf/conf.h"
#include "conf/failover_conf.h"
#ifndef __CTDB_FAILOVER_CONF_H__
#define __CTDB_FAILOVER_CONF_H__
-#include "common/conf.h"
+#include "conf/conf.h"
#define FAILOVER_CONF_SECTION "failover"
#include "lib/util/debug.h"
-#include "common/conf.h"
#include "common/logging.h"
+#include "conf/conf.h"
#include "conf/legacy_conf.h"
#define LEGACY_SCRIPT_LOG_LEVEL_DEFAULT "ERROR"
#ifndef __CTDB_LEGACY_CONF_H__
#define __CTDB_LEGACY_CONF_H__
-#include "common/conf.h"
+#include "conf/conf.h"
#define LEGACY_CONF_SECTION "legacy"
#include <talloc.h>
-#include "common/conf.h"
#include "common/logging.h"
+#include "conf/conf.h"
#include "conf/logging_conf.h"
#define LOGGING_LOCATION_DEFAULT "file:" LOGDIR "/log.ctdb"
#ifndef __LOGGING_CONF_H__
#define __LOGGING_CONF_H__
-#include "common/conf.h"
+#include "conf/conf.h"
#define LOGGING_CONF_SECTION "logging"
#include <talloc.h>
-#include "common/conf.h"
#include "common/path.h"
+#include "conf/conf.h"
#include "conf/logging_conf.h"
#include "conf/event_conf.h"
#include <assert.h>
-#include "common/conf.c"
+#include "conf/conf.c"
static void test1(void)
{
source=bld.SUBDIR('common',
'''cmdline.c
comm.c
- conf.c
db_hash.c
event_script.c
hash_count.c
install_path='${CTDB_HELPER_BINDIR}')
bld.SAMBA_SUBSYSTEM('ctdb-conf',
- source='''conf/logging_conf.c
+ source='''conf/conf.c
+ conf/logging_conf.c
conf/cluster_conf.c
conf/database_conf.c
conf/event_conf.c