X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fdbus-execute.h;fp=src%2Fdbus-execute.h;h=bf3160b07a1c0cf281a46a3c854f93cb941b1344;hp=ed66390d0bc015824ac416eabee75eed034949c0;hb=6ea832a20700f5282c08c70f38422c6ab290a0b5;hpb=9131f660eedb29d18a29e6efff49c485e683c56c diff --git a/src/dbus-execute.h b/src/dbus-execute.h index ed66390d0..bf3160b07 100644 --- a/src/dbus-execute.h +++ b/src/dbus-execute.h @@ -128,6 +128,9 @@ { interface, "StandardOutput", bus_execute_append_output, "s", &(context).std_output }, \ { interface, "StandardError", bus_execute_append_output, "s", &(context).std_error }, \ { interface, "TTYPath", bus_property_append_string, "s", (context).tty_path }, \ + { interface, "TTYReset", bus_property_append_bool, "b", &(context).tty_reset }, \ + { interface, "TTYVHangup", bus_property_append_bool, "b", &(context).tty_vhangup }, \ + { interface, "TTYVTDisallocate", bus_property_append_bool, "b", &(context).tty_vt_disallocate }, \ { interface, "SyslogPriority", bus_property_append_int, "i", &(context).syslog_priority }, \ { interface, "SyslogIdentifier", bus_property_append_string, "s", (context).syslog_identifier }, \ { interface, "SyslogLevelPrefix", bus_property_append_bool, "b", &(context).syslog_level_prefix }, \