Add ctdb_fork(0 which will fork a child process and drop the real-time
[sahlberg/ctdb.git] / include / ctdb_private.h
index deba46b215883decb8ef5aa9da0b027fe1e5c60c..2d9315f6ac49bf0a79f4b2947c540bdf1ab3098c 100644 (file)
@@ -993,6 +993,7 @@ void ctdb_node_connected(struct ctdb_node *node);
 bool ctdb_blocking_freeze(struct ctdb_context *ctdb);
 void ctdb_set_scheduler(struct ctdb_context *ctdb);
 void ctdb_restore_scheduler(struct ctdb_context *ctdb);
+pid_t ctdb_fork(struct ctdb_context *ctdb);
 int32_t ctdb_control_takeover_ip(struct ctdb_context *ctdb, 
                                 struct ctdb_req_control *c,
                                 TDB_DATA indata,