summaryrefslogtreecommitdiff
path: root/man/sd_event_source_set_priority.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-05-29 15:59:26 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commiteed5a7bdfdce83b00734d7d40fa29f271871acf7 (patch)
treefe885c958aea3d766127b89d7374c9e3fbb92a5d /man/sd_event_source_set_priority.xml
parent4ae73677bf72e70e344386c7e197eb5c0ecc1666 (diff)
man: document the new sd_event_add_inotify() call
Diffstat (limited to 'man/sd_event_source_set_priority.xml')
-rw-r--r--man/sd_event_source_set_priority.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/sd_event_source_set_priority.xml b/man/sd_event_source_set_priority.xml
index d6ef05108..dda3e7195 100644
--- a/man/sd_event_source_set_priority.xml
+++ b/man/sd_event_source_set_priority.xml
@@ -108,6 +108,12 @@
particular event sources do not starve or dominate the event
loop.</para>
+ <para>The priority of event sources may be changed at any time of their lifetime, with the exception of inotify
+ event sources (i.e. those created with
+ <citerefentry><refentrytitle>sd_event_add_inotify</refentrytitle><manvolnum>3</manvolnum></citerefentry>) whose
+ priority may only be changed in the time between their initial creation and the first subsequent event loop
+ iteration.</para>
+
<para><function>sd_event_source_get_priority()</function> may be
used to query the current priority assigned to the event source
object <parameter>source</parameter>.</para>