Add ctdb_fork(0 which will fork a child process and drop the real-time
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 10 Jan 2011 02:57:49 +0000 (13:57 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 10 Jan 2011 20:39:44 +0000 (07:39 +1100)
commit78b42769278cdf4bc4f5cf0ce9bd2f6c3a4c5610
tree4aa31b8bff9a196457b0102f8513efbefd722597
parent4e4c65612c9cf097e00005ad140411431f2debe9
Add ctdb_fork(0 which will fork a child process and drop the real-time
scheduler for the child.

Use ctdb_fork() from callers where we dont want the child to be running
at real-time privilege.
common/ctdb_logging.c
common/ctdb_util.c
include/ctdb_private.h
server/ctdb_lockwait.c
server/ctdb_logging.c
server/ctdb_monitor.c
server/ctdb_persistent.c
server/ctdb_recoverd.c
server/ctdb_traverse.c
server/ctdb_vacuum.c
server/eventscript.c