2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

crtools: move pid_rst_prio to pid.h

crtools.h is too heavy to be included in many sources

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-06 17:21:13 +04:00
committed by Pavel Emelyanov
parent 72727bb3ed
commit a434e7f075
22 changed files with 19 additions and 27 deletions

View File

@@ -27,7 +27,6 @@
#include "fsnotify.h"
#include "proc_parse.h"
#include "syscall.h"
#include "crtools.h"
#include "mount.h"
#include "image.h"
#include "util.h"