]> git.ipfire.org Git - thirdparty/systemd.git/commit
varlink: comment that "more" flag IDL comment is API
authorMichael Vogt <michael@amutable.com>
Wed, 25 Mar 2026 10:53:36 +0000 (11:53 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 25 Mar 2026 11:27:50 +0000 (12:27 +0100)
commit9f691ad3c073f60df9b7902fab46b41e00bbb9c5
treefd4151dd3e53fd115b5ca402f79fc892063a9edc
parent66feeea8e11a542f50888449a51aa9712efa7794
varlink: comment that "more" flag IDL comment is API

External tools that use the systemd varlink ecosystem require
to know if a specific varlink method supports/requires the
"more" flag from the IDL. This is tracked upstream in
https://github.com/varlink/varlink.github.io/issues/26

As an intermediate step systemd adds the (very nice) comments
```
 # [Requires 'more' flag]
or
 # [Supports 'more' flag]
```
to the various methods.

This commit extends the comment around the code that adds the
comment to clarify that this should be considered API and that
the comment should not be changed as external tools (like e.g.
the varlink-http-bridge) rely on it.
src/libsystemd/sd-varlink/sd-varlink-idl.c