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
@@ -7,6 +7,7 @@
|
||||
#include "list.h"
|
||||
|
||||
#include "../protobuf/eventfd.pb-c.h"
|
||||
#include "../protobuf/eventpoll.pb-c.h"
|
||||
|
||||
#define PROC_TASK_COMM_LEN 32
|
||||
#define PROC_TASK_COMM_LEN_FMT "(%31s"
|
||||
@@ -121,7 +122,7 @@ extern int parse_pid_status(pid_t pid, struct proc_status_creds *);
|
||||
|
||||
union fdinfo_entries {
|
||||
EventfdFileEntry efd;
|
||||
struct eventpoll_tfd_entry epl;
|
||||
EventpollTfdEntry epl;
|
||||
struct inotify_wd_entry ify;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user