2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00
criu/images/file-lock.proto

13 lines
263 B
Protocol Buffer
Raw Permalink Normal View History

// SPDX-License-Identifier: MIT
syntax = "proto2";
message file_lock_entry {
required uint32 flag = 1;
required uint32 type = 2;
required int32 pid = 3;
required int32 fd = 4;
required int64 start = 5;
required int64 len = 6;
}