diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-26 01:54:37 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-26 02:19:34 +0100 |
commit | 0a72c2bdef69bae5f4677ee563019e3ccbd3dfe2 (patch) | |
tree | 3c9d650c8b2b268c00033778184c13411d82eb79 /src/libsystemd-bus/sd-bus.h | |
parent | 94bbf1ba6d2c8f3c64879c7f1af114ca25edeb8f (diff) |
bus: automatically generate minimal introspection data to find installed objects
Diffstat (limited to 'src/libsystemd-bus/sd-bus.h')
-rw-r--r-- | src/libsystemd-bus/sd-bus.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libsystemd-bus/sd-bus.h b/src/libsystemd-bus/sd-bus.h index d680270c64..08c5e54230 100644 --- a/src/libsystemd-bus/sd-bus.h +++ b/src/libsystemd-bus/sd-bus.h @@ -29,9 +29,10 @@ #include "sd-bus-protocol.h" /* TODO: - * - implicitly add stub introspection calls * - server side - * - allow installing match callbacks, + * - allow installing match callbacks + * - anonymous auth + * - default policy * * Later: * - add page donation logic |