mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
headers: image.h -- Drop unused entries
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
a6b257f0c2
commit
fd3f33f5d2
1 changed files with 0 additions and 8 deletions
|
|
@ -38,18 +38,10 @@
|
|||
#define vma_entry_is(vma, s) (((vma)->status & (s)) == (s))
|
||||
#define vma_entry_len(vma) ((vma)->end - (vma)->start)
|
||||
|
||||
struct page_entry {
|
||||
u64 va;
|
||||
u8 data[PAGE_IMAGE_SIZE];
|
||||
} __packed;
|
||||
|
||||
#define CR_CAP_SIZE 2
|
||||
|
||||
#define GDT_ENTRY_TLS_ENTRIES 3
|
||||
#define TASK_COMM_LEN 16
|
||||
|
||||
#define TASK_PF_USED_MATH 0x00002000
|
||||
|
||||
#define TASK_ALIVE 0x1
|
||||
#define TASK_DEAD 0x2
|
||||
#define TASK_STOPPED 0x3 /* FIXME - implement */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue