summaryrefslogtreecommitdiffstats
path: root/ctdb/include
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2009-11-16 15:17:32 +1100
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2009-11-16 15:17:32 +1100
commit61de178e0a2578ee2dddbf9f04e93b842d413bb0 (patch)
tree1ab2593e78ae4e632ae0618e42d622af2e1fc1e4 /ctdb/include
parent2861bbdd5ad0535b13d6cfec7a73b2780dbef0df (diff)
set up a pipe betweent he main daemon and the child we use for syslogling so that we can clean up the childprocess when we stop ctdbd
(This used to be ctdb commit cb8df973ccd446d87fbdd9a27843e54841ba5d89)
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index ebb6d4ae0a..3fcfdfa84f 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -440,6 +440,7 @@ struct ctdb_context {
const char *default_public_interface;
pid_t ctdbd_pid;
pid_t recoverd_pid;
+ pid_t syslogd_pid;
bool done_startup;
const char *node_ip;
struct ctdb_monitor_state *monitor;