From 665ca08b6e488e75b58e1227cf4845153ee583b4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Jun 2023 10:29:50 +0200 Subject: [PATCH] sleep-util: mention that offset is in memory pages --- src/shared/sleep-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/sleep-util.h b/src/shared/sleep-util.h index 0f32e7f8ae6..5f8bf090f92 100644 --- a/src/shared/sleep-util.h +++ b/src/shared/sleep-util.h @@ -53,7 +53,7 @@ DEFINE_TRIVIAL_CLEANUP_FUNC(SwapEntry*, swap_entry_free); */ typedef struct HibernateLocation { dev_t devno; - uint64_t offset; + uint64_t offset; /* in memory pages */ SwapEntry *swap; } HibernateLocation; -- 2.47.3