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

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2020-05-05 17:53:08 +0300
committerAndrei Vagin <avagin@gmail.com>2020-10-20 10:18:24 +0300
commit4e7ec3c88b518e7bbf986228bb822bed6869ad9c (patch)
treeed91186a69a2d71baf86302fcd707f4379bda161 /lib
parent99c84878374e90e52ed1723f12564a5d16b1281d (diff)
pidns: add pidns image file definition
TODO: create correct magic Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/py/images/images.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/py/images/images.py b/lib/py/images/images.py
index ca6f207bb..7faefbb96 100644
--- a/lib/py/images/images.py
+++ b/lib/py/images/images.py
@@ -467,6 +467,7 @@ handlers = {
'CREDS': entry_handler(pb.creds_entry),
'UTSNS': entry_handler(pb.utsns_entry),
'TIMENS': entry_handler(pb.timens_entry),
+ 'PIDNS': entry_handler(pb.pidns_entry),
'IPC_VAR': entry_handler(pb.ipc_var_entry),
'FS': entry_handler(pb.fs_entry),
'GHOST_FILE': ghost_file_handler(),