mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
image-desc: Use unsigned format for netdev
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
ba10ae1ac0
commit
a8d7857303
@@ -68,7 +68,7 @@ struct cr_fd_desc_tmpl imgset_template[CR_FD_MAX] = {
|
||||
FD_ENTRY_F(GHOST_FILE, "ghost-file-%x", O_NOBUF),
|
||||
FD_ENTRY(TCP_STREAM, "tcp-stream-%x"),
|
||||
FD_ENTRY(MNTS, "mountpoints-%u"),
|
||||
FD_ENTRY(NETDEV, "netdev-%d"),
|
||||
FD_ENTRY(NETDEV, "netdev-%u"),
|
||||
FD_ENTRY(NETNS, "netns-%d"),
|
||||
FD_ENTRY_F(IFADDR, "ifaddr-%d", O_NOBUF),
|
||||
FD_ENTRY_F(ROUTE, "route-%d", O_NOBUF),
|
||||
|
Reference in New Issue
Block a user