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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/common/ctdb_util.c b/ctdb/common/ctdb_util.c
index 4fe411fa39..b2f0ee72af 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(struct ctdb_context *ctdb)
+void ctdb_set_scheduler(void)
{
#ifdef _AIX_
#if HAVE_THREAD_SETSCHED
@@ -368,7 +368,7 @@ void ctdb_set_scheduler(struct ctdb_context *ctdb)
/*
restore previous scheduler parameters
*/
-void ctdb_restore_scheduler(struct ctdb_context *ctdb)
+void ctdb_restore_scheduler(void)
{
#ifdef _AIX_
#if HAVE_THREAD_SETSCHED