diff options
Diffstat (limited to 'src/manager.h')
-rw-r--r-- | src/manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/manager.h b/src/manager.h index 5deb5696b7..6e7558e175 100644 --- a/src/manager.h +++ b/src/manager.h @@ -179,6 +179,7 @@ struct Manager { Hashmap *watch_bus; /* D-Bus names => Unit object n:1 */ int32_t name_data_slot; + int32_t conn_data_slot; int32_t subscribed_data_slot; uint32_t current_job_id; |