mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 20:42:49 +00:00
image: Drop leftover macros
Unused Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
80c1925dd9
commit
8cbe560da3
1 changed files with 0 additions and 8 deletions
|
|
@ -120,14 +120,6 @@ struct page_entry {
|
|||
#define TASK_STOPPED 0x3 /* FIXME - implement */
|
||||
#define TASK_HELPER 0x4
|
||||
|
||||
/*
|
||||
* There are always 4 magic bytes at the
|
||||
* beginning of the every file.
|
||||
*/
|
||||
#define MAGIC_OFFSET (sizeof(u32))
|
||||
#define GET_FILE_OFF(s, m) (offsetof(s,m) + MAGIC_OFFSET)
|
||||
#define GET_FILE_OFF_AFTER(s) (sizeof(s) + MAGIC_OFFSET)
|
||||
|
||||
extern bool fdinfo_per_id;
|
||||
|
||||
#endif /* __CR_IMAGE_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue