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:
parent
e538927918
commit
665ca08b6e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user