exec: fix dbus exposure of UtmpIdentifier field

This commit is contained in:
Lennart Poettering 2010-10-26 20:45:43 +02:00
parent 87d1969bb3
commit 57b63f363f

View file

@ -144,7 +144,7 @@
{ interface, "SameProcessGroup", bus_property_append_bool, "b", &(context).same_pgrp }, \
{ interface, "KillMode", bus_execute_append_kill_mode, "s", &(context).kill_mode }, \
{ interface, "KillSignal", bus_property_append_int, "i", &(context).kill_signal }, \
{ interface, "UtmpIdentifier", bus_property_append_string, "s", &(context).utmp_id }
{ interface, "UtmpIdentifier", bus_property_append_string, "s", (context).utmp_id }
#define BUS_EXEC_STATUS_PROPERTIES(interface, estatus, prefix) \
{ interface, prefix "StartTimestamp", bus_property_append_usec, "t", &(estatus).start_timestamp.realtime }, \