From 472d0e7212faed61bc6663f428f0d3c1c8ce507e Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Fri, 1 Sep 2023 14:32:16 +0200 Subject: cooker: fix priority name for sched_setscheduler --- cooker/calls/scheduler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cooker/calls') diff --git a/cooker/calls/scheduler.c b/cooker/calls/scheduler.c index 436d3c2..b605604 100644 --- a/cooker/calls/scheduler.c +++ b/cooker/calls/scheduler.c @@ -20,7 +20,7 @@ static struct num sched_policy[] = { }; static struct field sched_param[] = { - { "sched_priority", + { "priority", INT, 0, offsetof(struct sched_param, sched_priority), -- cgit v1.2.3