File: //proc/self/root/lib/python2.7/site-packages/pycriu/criu.pyo
�
k�x]c           @   s�   d  d l  Z  d  d l Z d  d l Z d  d l Z d  d l Z d  d l j Z d d d �  �  YZ d e f d �  �  YZ	 d e f d �  �  YZ
 d e f d	 �  �  YZ d
 e f d �  �  YZ
 d e
 f d
 �  �  YZ d e
 f d �  �  YZ d d d �  �  YZ d S(   i����Nt
   _criu_commc           B   sD   e  Z d  Z d Z d Z d Z d Z d Z d Z	 d �  Z
 d �  Z RS(   s/   
    Base class for communication classes.
    i    i   i   c         C   s   d S(   s�   
        Connect to criu and return socket object.
        daemon -- is for whether or not criu should daemonize if executing criu from binary(comm_bin).
        N(    (   t   selft   daemon(    (    s/   /usr/lib/python2.7/site-packages/pycriu/criu.pyt   connect   s    c         C   s   d S(   s'