diff options
author | Amitay Isaacs <amitay@gmail.com> | 2014-09-12 11:22:36 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2014-09-12 08:46:14 +0200 |
commit | d410b20601cccd8b67d48c42a6d689cd65e94f61 (patch) | |
tree | 84f7587c0f849a24a827401faa1029f2505e2a6f /ctdb/include/ctdb_private.h | |
parent | 7ae7a9c46301e4fed870516c448a79bb7a9ac53a (diff) | |
download | samba-d410b20601cccd8b67d48c42a6d689cd65e94f61.tar.gz |
ctdb-daemon: Make sure ctdb runs with real-time priority
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-rw-r--r-- | ctdb/include/ctdb_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 285e13cdf8f..43daf360b1a 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -1090,7 +1090,7 @@ void ctdb_call_resend_all(struct ctdb_context *ctdb); void ctdb_node_dead(struct ctdb_node *node); void ctdb_node_connected(struct ctdb_node *node); bool ctdb_blocking_freeze(struct ctdb_context *ctdb); -void set_scheduler(void); +bool set_scheduler(void); void reset_scheduler(void); struct tevent_signal *ctdb_init_sigchld(struct ctdb_context *ctdb); |