]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: add version and structure to LUO json payload 42607/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 15 Jun 2026 20:33:08 +0000 (21:33 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 16 Jun 2026 12:51:59 +0000 (13:51 +0100)
commitced0bf2f709857e0e6747cf7b22deb7587eb4340
tree7760b0b921447b1c25a75bda4074914102d74899
parent229abeaf8d0071e37c5c6346d94af434864cf6b9
core: add version and structure to LUO json payload

We might want to add more state to the LUO session json payload,
so add a version (to allow clean compat breaks if needed) and nest
the current fdstore contents under a 'units' object, so that more
top-level data can be added in the future without breaking
backward compatibility.

Follow-up for 257c35c1a3936f53b80f16397a6909f4cd81124d
src/core/luo.c
src/shared/luo-util.c
src/shared/luo-util.h