2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 22:35:33 +00:00

crtools: move all stuff about vma together

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Andrey Vagin
2013-11-05 12:33:03 +04:00
committed by Pavel Emelyanov
parent 824403a009
commit 0d1dfc2e08
17 changed files with 56 additions and 45 deletions

2
util.c
View File

@@ -36,6 +36,8 @@
#include "list.h"
#include "util.h"
#include "rst-malloc.h"
#include "image.h"
#include "vma.h"
#include "crtools.h"
#include "servicefd.h"