criu/images/fifo.proto
Pavel Emelyanov c0e929abc5 fifo: Generate unique ID for satellite regfile entry
The plan is to have all file entries have unique ID. Fifo
generates a reg file entry to reuse the whole reg-files
c/r-ing engine (ghosts, open-by-path, etc.) and right now
ID for this entry is the same as for fifo entry.

Reviewed-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
2017-10-17 11:41:50 +03:00

7 lines
134 B
Protocol Buffer

syntax = "proto2";
message fifo_entry {
required uint32 id = 1;
required uint32 pipe_id = 2;
optional uint32 regf_id = 3;
}