diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-25 15:26:30 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-25 17:40:53 +0100 |
commit | 5bcb0f2ba0615897662fcd4f6227d066781c6fc2 (patch) | |
tree | dd84b5a299cbc7b476676aa7875f8685dbfd216b /src/core/manager.h | |
parent | f1421cc67dba47f0fdb1c963cf65115c8a8e72f0 (diff) |
swap: split state machine state ACTIVATING into two
We expect the event on /proc/swaps before we expect the SIGCHILD,
reflect this in the state machine.
Diffstat (limited to 'src/core/manager.h')
-rw-r--r-- | src/core/manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/manager.h b/src/core/manager.h index a46b09eddd..d6a6bce424 100644 --- a/src/core/manager.h +++ b/src/core/manager.h @@ -152,7 +152,6 @@ struct Manager { FILE *proc_swaps; sd_event_source *swap_event_source; Hashmap *swaps_by_proc_swaps; - bool request_reload; /* Data specific to the D-Bus subsystem */ sd_bus *api_bus, *system_bus; |