X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fswap.h;h=c39caa6658ab1bd64056b6d3ace3e74dca6846d9;hp=8a604169004e10d53dc6d6b83eeb727a20ae668f;hb=de58283f71162d3e6522b67e044f8f9ee9fdf066;hpb=e04aad61bb5eff117e51631727a3ef2807c75d6b diff --git a/src/swap.h b/src/swap.h index 8a6041690..c39caa665 100644 --- a/src/swap.h +++ b/src/swap.h @@ -103,6 +103,7 @@ int swap_add_one(Manager *m, const char *what, const char *what_proc_swaps, int int swap_add_one_mount_link(Swap *s, Mount *m); int swap_dispatch_reload(Manager *m); +int swap_fd_event(Manager *m, int events); const char* swap_state_to_string(SwapState i); SwapState swap_state_from_string(const char *s);