diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-28 02:53:15 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-28 02:53:15 +0200 |
commit | 15e11d81e7c26439f583e1cf67ac3c712430a79e (patch) | |
tree | 3c4986e97840e88e539c72c38fc64398f4bf94d1 /src/logind.h | |
parent | 21308c654dda82726f634fc695529d3af33e6fb6 (diff) |
unit: when loading symlinked template units, properly add all names on the way to the unit
Diffstat (limited to 'src/logind.h')
-rw-r--r-- | src/logind.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/logind.h b/src/logind.h index be8bb1d389..18dbe11a9f 100644 --- a/src/logind.h +++ b/src/logind.h @@ -37,6 +37,7 @@ * recreate VTs when disallocated * spawn user systemd * direct client API + * add configuration file * D-Bus method: AttachDevices(seat, devices[]); * D-Bus method: SetLinger(user, bool b); * @@ -124,8 +125,6 @@ void manager_gc(Manager *m); int manager_get_idle_hint(Manager *m, dual_timestamp *t); -bool x11_display_is_local(const char *display); - extern const DBusObjectPathVTable bus_manager_vtable; DBusHandlerResult bus_message_filter(DBusConnection *c, DBusMessage *message, void *userdata); |