X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fswap.h;h=9136b9abab724083dc27abf34b1235bf2d15b1bf;hb=340a1d2330ddc1dd18ad75bcdddf32f63c84b4a1;hp=c36c6f2ce9190a80dba838adf2064ffc2f61edd4;hpb=2eec67acbb00593e414549a7e5b35eb7dd776b1b;p=elogind.git diff --git a/src/core/swap.h b/src/core/swap.h index c36c6f2ce..9136b9aba 100644 --- a/src/core/swap.h +++ b/src/core/swap.h @@ -87,6 +87,8 @@ struct Swap { bool is_active:1; bool just_activated:1; + bool reset_cpu_usage:1; + SwapResult result; usec_t timeout_usec; @@ -115,8 +117,8 @@ struct Swap { extern const UnitVTable swap_vtable; -int swap_process_new_device(Manager *m, struct udev_device *dev); -int swap_process_removed_device(Manager *m, struct udev_device *dev); +int swap_process_device_new(Manager *m, struct udev_device *dev); +int swap_process_device_remove(Manager *m, struct udev_device *dev); const char* swap_state_to_string(SwapState i) _const_; SwapState swap_state_from_string(const char *s) _pure_;