mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
protobuf: Convert eventpoll data to protobuf engine
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
1d484b713a
commit
fa923ee14e
@@ -75,19 +75,6 @@ typedef struct {
|
||||
*/
|
||||
#define REMAP_GHOST (1 << 31)
|
||||
|
||||
struct eventpoll_tfd_entry {
|
||||
u32 id;
|
||||
u32 tfd;
|
||||
u32 events;
|
||||
u64 data;
|
||||
} __packed;
|
||||
|
||||
struct eventpoll_file_entry {
|
||||
u32 id;
|
||||
u32 flags;
|
||||
fown_t fown;
|
||||
} __packed;
|
||||
|
||||
struct inotify_wd_entry {
|
||||
u32 id;
|
||||
u64 i_ino;
|
||||
|
Reference in New Issue
Block a user