Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rw-r--r--images/fdinfo.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/images/fdinfo.proto b/images/fdinfo.proto
index e3ed23648..f2fb2f876 100644
--- a/images/fdinfo.proto
+++ b/images/fdinfo.proto
@@ -6,6 +6,7 @@ import "ns.proto";
import "packet-sock.proto";
import "sk-netlink.proto";
import "eventfd.proto";
+import "eventpoll.proto";
enum fd_types {
UND = 0;
@@ -44,4 +45,5 @@ message file_entry {
optional packet_sock_entry psk = 6;
optional netlink_sk_entry nlsk = 7;
optional eventfd_file_entry efd = 8;
+ optional eventpoll_file_entry epfd = 9;
}