[CRIU] [PATCH 3/3] crit: Add @dump_time_entry
Cyrill Gorcunov
gorcunov at gmail.com
Tue Feb 2 07:53:47 PST 2016
Signed-off-by: Cyrill Gorcunov <gorcunov at virtuozzo.com>
---
pycriu/images/images.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/pycriu/images/images.py b/pycriu/images/images.py
index d4e883f..757d0e7 100644
--- a/pycriu/images/images.py
+++ b/pycriu/images/images.py
@@ -391,6 +391,7 @@ handlers = {
'NETNS' : entry_handler(netns_entry),
'USERNS' : entry_handler(userns_entry),
'SECCOMP' : entry_handler(seccomp_entry),
+ 'DUMP_TIME' : entry_handler(dump_time_entry),
}
def __rhandler(f):
--
2.5.0
More information about the CRIU
mailing list