mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
This entry will be used to carry all the autofs parameters, required to restore mount point. Signed-off-by: Stanislav Kinsburskiy <skinsbursky@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
14 lines
296 B
Protocol Buffer
14 lines
296 B
Protocol Buffer
message autofs_entry {
|
|
required int32 fd = 1;
|
|
required int32 pgrp = 2;
|
|
required int32 timeout = 3;
|
|
required int32 minproto = 4;
|
|
required int32 maxproto = 5;
|
|
required int32 mode = 6;
|
|
|
|
optional int32 uid = 7;
|
|
optional int32 gid = 8;
|
|
|
|
optional int32 read_fd = 9;
|
|
}
|