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

file-lock.proto « images - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5dd8847cc312333cbf5b9149d5043082431f10b8 (plain)
1
2
3
4
5
6
7
8
9
10
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;
}