summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_private.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-06-10 16:48:03 +1000
committerMartin Schwenke <martins@samba.org>2014-06-12 05:40:10 +0200
commit3a9d375328e78e58a20584cc138bd52f930f33b7 (patch)
tree1db9a75adc1f3a4e7bd9e431f58d6cde806a7e43 /ctdb/include/ctdb_private.h
parent5b580e5d65ac5dce9dc07aba4fe1f31226a66ed8 (diff)
downloadsamba-3a9d375328e78e58a20584cc138bd52f930f33b7.tar.gz
samba-3a9d375328e78e58a20584cc138bd52f930f33b7.tar.xz
samba-3a9d375328e78e58a20584cc138bd52f930f33b7.zip
ctdb-common: Drop ctdb prefix from utility functions independent of ctdb
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 4d80415233b..089ef9cb68b 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(void);
-void ctdb_restore_scheduler(void);
+void set_scheduler(void);
+void reset_scheduler(void);
struct tevent_signal *ctdb_init_sigchld(struct ctdb_context *ctdb);
void ctdb_track_child(struct ctdb_context *ctdb, pid_t pid);