]> git.ipfire.org Git - thirdparty/systemd.git/commit
userdbd: separate parameter structure of GetMemberships() varlink call from the GetUs...
authorLennart Poettering <lennart@poettering.net>
Tue, 21 Jan 2025 22:28:12 +0000 (23:28 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 23 Jan 2025 20:32:12 +0000 (21:32 +0100)
commit45e587d822e60f643c0cf69584d7ef1ff03818a5
tree6a8f41d2a0b4aeae62842e73a7b82e3f103e3a40
parent16ea491528cb3268b7a6020c8cded1825d17ea9b
userdbd: separate parameter structure of GetMemberships() varlink call from the GetUserRecord() one

The GetUserRecord() and GetMemberships() have quite different arguments,
hence let's use separate structures for both.

This makes sense on its own, since it makes the structures a bit
smaller, but is also preparation for a later commit that adds a bunch of
new fields to one of the structs but not the other.
src/userdb/userwork.c