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:
committed by
Pavel Emelyanov
parent
c8911f2859
commit
4d31b38a0d
@@ -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):
|
||||
|
Reference in New Issue
Block a user