mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
exec: fix dbus exposure of UtmpIdentifier field
This commit is contained in:
parent
87d1969bb3
commit
57b63f363f
@ -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 }, \
|
||||
|
Loading…
Reference in New Issue
Block a user