This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
criu
Watch
2
Star
0
Fork
0
You've already forked criu
mirror of
https://github.com/checkpoint-restore/criu
synced
2025-08-23 02:17:22 +00:00
Code
Issues
Releases
Wiki
Activity
criu
/
lib
/
py
/
__init__.py
4 lines
44 B
Python
Raw
Normal View
History
Unescape
Escape
pycriu: add python package pycriu is a python package, that, for now, consists of rpc module and images package. rpc module contains data structures for interacting with CRIU RPC. images package contains methods for loading\dumping criu images. See a big comment below in pycriu/images/images.py file. Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-12-31 14:06:48 +02:00
import
rpc
import
images
pycriu: add criu class This class is essentially libcriu in python(yet for now it has only some basic functions such as check/dump/restore). It is needed to make life for python users even more easier, i.e. hiding some nasty connection stuff. It is also using criu swrk(COMM_BIN) communication method, instead of an old system service, as we no longer recommend it. Signed-off-by: Ruslan Kuprieiev <rkuprieiev@cloudlinux.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2015-10-12 12:50:00 +03:00
from
criu
import
*
Reference in New Issue
Copy Permalink