diff options
Diffstat (limited to 'src/login/logind-inhibit.h')
-rw-r--r-- | src/login/logind-inhibit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/login/logind-inhibit.h b/src/login/logind-inhibit.h index 4c158ee0fe..ed3b2ebcc3 100644 --- a/src/login/logind-inhibit.h +++ b/src/login/logind-inhibit.h @@ -52,6 +52,8 @@ typedef enum InhibitMode { struct Inhibitor { Manager *manager; + sd_event_source *event_source; + char *id; char *state_file; |