Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-23 | core: rearrange code so that libsystemd/sd-bus/ does not include header ↵ | Lennart Poettering | |
files from core Stuff in src/shared or src/libsystemd should *never* include code from src/core or any of the tools, so don't do that here either. It's not OK! | |||
2014-09-08 | bus: add kdbus endpoint types | Daniel Mack | |
Add types to describe endpoints and associated policy entries, and add a BusEndpoint instace to ExecContext. |