diff options
Diffstat (limited to 'src/manager.h')
-rw-r--r-- | src/manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/manager.h b/src/manager.h index 5037127655..15ffb2c1a5 100644 --- a/src/manager.h +++ b/src/manager.h @@ -155,6 +155,8 @@ struct Manager { /* Data specific to the swap filesystem */ FILE *proc_swaps; + Hashmap *swaps_by_proc_swaps; + bool request_reload; /* Data specific to the D-Bus subsystem */ DBusConnection *api_bus, *system_bus; |