Lines Matching refs:config
29 #include "config.h"
48 * - reads config file and setup session objects
55 * (session is no longer in config file)
62 * RECONFIG - session is killed and re-run with new config
85 const char *config;
115 static struct daemon_session *daemon__add_session(struct daemon *config, char *name)
129 list_add_tail(&session->list, &config->sessions);
304 * Mark all sessions for kill, the server config
1034 pr_debug("config file: %s, dir: %s\n", base, dir);
1061 * We monitor config directory, check if our
1062 * config file was changes.
1102 if (daemon->config) {
1103 char *real = realpath(daemon->config, NULL);
1267 pr_err("failed: config not found\n");
1431 pr_err("failed: config not found\n");
1457 pr_err("failed: config not found\n");
1483 pr_err("failed: config not found\n");
1505 OPT_STRING(0, "config", &__daemon.config,
1506 "config file", "config file path"),
1538 pr_err("failed: config not found\n");