mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
sleep-util: mention that offset is in memory pages
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user