]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-varlink: Add SD_VARLINK_ANY
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 26 Nov 2025 11:55:18 +0000 (12:55 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 Jan 2026 13:32:43 +0000 (14:32 +0100)
commit2e51ed7fcb8a4215432ca189f8b3d2ad848ea93b
treed76880b3f74f491d4df86d5bb6348f31a45b0ecd
parent3a5b37e162f8e118b8292fb3d3eda940552158c5
sd-varlink: Add SD_VARLINK_ANY

This allows representing fields that can be either an integer or
a string, like the "value" field we'll be adding in
https://github.com/systemd/systemd/pull/39202.

Upstream spec change: https://github.com/varlink/varlink.github.io/pull/43
src/libsystemd/sd-varlink/sd-varlink-idl.c
src/systemd/sd-varlink-idl.h
src/test/test-varlink-idl.c