From: Lennart Poettering Date: Thu, 22 Jun 2023 08:29:50 +0000 (+0200) Subject: sleep-util: mention that offset is in memory pages X-Git-Tag: v254-rc1~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=665ca08b6e488e75b58e1227cf4845153ee583b4;p=thirdparty%2Fsystemd.git sleep-util: mention that offset is in memory pages --- 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;