2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-05 08:45:49 +00:00

protobuf: autofs entry introduced

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>
This commit is contained in:
Stanislav Kinsburskiy
2016-03-16 16:17:08 +03:00
committed by Pavel Emelyanov
parent c8911f2859
commit 4d31b38a0d
9 changed files with 25 additions and 0 deletions

View File

@@ -453,6 +453,7 @@ handlers = {
'NETNS' : entry_handler(netns_entry),
'USERNS' : entry_handler(userns_entry),
'SECCOMP' : entry_handler(seccomp_entry),
'AUTOFS' : entry_handler(autofs_entry),
}
def __rhandler(f):