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 02:57:49 +0000 (13:57 +1100)
commitebbebeec3b511ffb66bca506abc1bb867911ae95
treebc6273c126af5fb6a96f2d76ad6f35d1072bff91
parent2416a7c821652476107afbc77616f482cd0c97eb
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