Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | machined: make List() varlink method return a full pidref JSON object for leader | Lennart Poettering | 2024-10-11 | 1 | -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 structures | Lennart Poettering | 2024-10-11 | 1 | -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. |