aboutsummaryrefslogtreecommitdiff
path: root/doc/chopstx-api.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/chopstx-api.texi')
-rw-r--r--doc/chopstx-api.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/chopstx-api.texi b/doc/chopstx-api.texi
index 486907d..03e1a3a 100644
--- a/doc/chopstx-api.texi
+++ b/doc/chopstx-api.texi
@@ -190,10 +190,9 @@ Returns number of active descriptors.
@subheading chopstx_setpriority
@anchor{chopstx_setpriority}
-@deftypefun {void} {chopstx_setpriority} (chopstx_prio_t @var{prio})
-@var{prio}: priority
-
+@deftypefun {chopstx_prio_t} {chopstx_setpriority} (chopstx_prio_t @var{prio_new})
Change the schedule priority with @var{prio}.
+Returns the old priority.
In general, it is not recommended to use this function because
dynamically changing schedule priorities complicates the system.