2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

infect: Introduce skeleton for soon-to-be compel code

We'll collect the compel code here and will move all these
files into compel library by the last patch of this set.

Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Pavel Emelyanov
2016-09-27 18:12:25 +03:00
committed by Andrei Vagin
parent 1fe80294ec
commit 6dc2e2decd
3 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ ccflags-y += -iquote compel/plugins/include
ccflags-y += -iquote compel/include
ccflags-y += -iquote compel/arch/$(ARCH)/plugins/std
obj-y += infect.o
obj-y += action-scripts.o
obj-y += external.o
obj-y += aio.o

3
criu/include/infect.h Normal file
View File

@@ -0,0 +1,3 @@
#ifndef __COMPEL_INFECT_H__
#define __COMPEL_INFECT_H__
#endif

1
criu/infect.c Normal file
View File

@@ -0,0 +1 @@
#include "infect.h"