criu/lib/py
Cyrill Gorcunov 8d16e0d0e2 crit: Show CLONE_ flags in ns image
For better readability

 | {
 |     "magic": "NS",
 |     "entries": [
 |         {
 |             "id": 10,
 |             "ns_cflag": "CLONE_NEWPID"
 |         },
 |         {
 |             "id": 8,
 |             "ns_cflag": "CLONE_NEWNET"
 |         }
 |     ]
 | }

[xemul: Removed non-ns flags from map]

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2017-11-30 01:31:19 +03:00
..
images crit: Show CLONE_ flags in ns image 2017-11-30 01:31:19 +03:00
.gitignore python lib: rename rpc.py to rpc_pb2.py 2016-10-10 12:49:28 +03:00
__init__.py python lib: rename rpc.py to rpc_pb2.py 2016-10-10 12:49:28 +03:00
criu.py zdtm: run page-server via rpc 2017-11-23 20:23:23 +03:00
Makefile build: Reused .FORCE from nmk 2017-11-23 20:23:14 +03:00