[CRIU] Re: [PATCH cr] pstree: move all code about pstree in a separate file

Pavel Emelyanov xemul at parallels.com
Wed Jun 27 13:07:51 EDT 2012


On 06/26/2012 02:51 PM, Andrey Vagin wrote:
> 
> Signed-off-by: Andrey Vagin <avagin at openvz.org>
> ---
>  Makefile          |    1 +
>  cr-dump.c         |  104 +-----------------
>  cr-restore.c      |  247 ++++-------------------------------------
>  cr-show.c         |    1 +
>  files.c           |    1 +
>  include/crtools.h |   22 ----
>  include/pstree.h  |   38 ++++++
>  pstree.c          |  324 +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  8 files changed, 387 insertions(+), 351 deletions(-)
>  create mode 100644 include/pstree.h
>  create mode 100644 pstree.c
> 

Applied


More information about the CRIU mailing list