summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_private.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-06-10 16:44:59 +1000
committerMartin Schwenke <martins@samba.org>2014-06-12 05:40:10 +0200
commit5b580e5d65ac5dce9dc07aba4fe1f31226a66ed8 (patch)
treee7ea6f99139d2810dce8bac6d892abc9308e7153 /ctdb/include/ctdb_private.h
parentfb0b389dc17ee4626f07f2056edecddc51286281 (diff)
downloadsamba-5b580e5d65ac5dce9dc07aba4fe1f31226a66ed8.tar.gz
samba-5b580e5d65ac5dce9dc07aba4fe1f31226a66ed8.tar.xz
samba-5b580e5d65ac5dce9dc07aba4fe1f31226a66ed8.zip
ctdb-common: Changing scheduler policy does not require ctdb context
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 8ebd1c55d9a..4d80415233b 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -1087,8 +1087,8 @@ 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 ctdb_set_scheduler(struct ctdb_context *ctdb);
-void ctdb_restore_scheduler(struct ctdb_context *ctdb);
+void ctdb_set_scheduler(void);
+void ctdb_restore_scheduler(void);
struct tevent_signal *ctdb_init_sigchld(struct ctdb_context *ctdb);
void ctdb_track_child(struct ctdb_context *ctdb, pid_t pid);