X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=systemd-interfaces.vala;h=72655d63505674059298886df470266f0209444d;hp=a95dc01f55e62e81c0a3463416484e54d26b3885;hb=173e382182d7f1ad2b132b6e923ef731d6affdf7;hpb=30de7d8520d1dfaa8c46098f972f57961fc91923;ds=sidebyside diff --git a/systemd-interfaces.vala b/systemd-interfaces.vala index a95dc01f5..72655d635 100644 --- a/systemd-interfaces.vala +++ b/systemd-interfaces.vala @@ -88,8 +88,10 @@ public interface Unit : DBus.Object { public abstract string active_state { owned get; } public abstract string sub_state { owned get; } public abstract string fragment_path { owned get; } + public abstract uint64 inactive_exit_timestamp { owned get; } public abstract uint64 active_enter_timestamp { owned get; } public abstract uint64 active_exit_timestamp { owned get; } + public abstract uint64 inactive_enter_timestamp { owned get; } public abstract bool can_start { owned get; } public abstract bool can_reload { owned get; } public abstract JobLink job { owned get; /* FIXME: this setter is a temporary fix to make valac not segfault */ set; }