summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/common/ctdb_util.c')
-rw-r--r--ctdb/common/ctdb_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctdb/common/ctdb_util.c b/ctdb/common/ctdb_util.c
index b2f0ee72af0..5cba124422f 100644
--- a/ctdb/common/ctdb_util.c
+++ b/ctdb/common/ctdb_util.c
@@ -329,7 +329,7 @@ struct ctdb_rec_data *ctdb_marshall_loop_next(struct ctdb_marshall_buffer *m, st
/*
if possible, make this task real time
*/
-void ctdb_set_scheduler(void)
+void set_scheduler(void)
{
#ifdef _AIX_
#if HAVE_THREAD_SETSCHED
@@ -366,9 +366,9 @@ void ctdb_set_scheduler(void)
}
/*
- restore previous scheduler parameters
+ reset scheduler from real-time to normal scheduling
*/
-void ctdb_restore_scheduler(void)
+void reset_scheduler(void)
{
#ifdef _AIX_
#if HAVE_THREAD_SETSCHED