1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

sleep-util: mention that offset is in memory pages

This commit is contained in:
Lennart Poettering 2023-06-22 10:29:50 +02:00
parent e538927918
commit 665ca08b6e

View File

@ -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;