summaryrefslogtreecommitdiffstats
path: root/src/shared/varlink-idl-common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* machined: make List() varlink method return a full pidref JSON object for leaderLennart Poettering2024-10-111-0/+1
| | | | | This new call has not been released yet, hence we can still change the encoding of the "leader" field.
* varlink-idl: introduce c/.h file for common varlink IDL structuresLennart Poettering2024-10-111-0/+6
Some structures we'll use in various varlink interfaces, move them to a common .c/.h file. For now this is only the dual timestamp object, but there will be more soon.