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:
committed by
Andrei Vagin
parent
1fe80294ec
commit
6dc2e2decd
@@ -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
3
criu/include/infect.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#ifndef __COMPEL_INFECT_H__
|
||||
#define __COMPEL_INFECT_H__
|
||||
#endif
|
1
criu/infect.c
Normal file
1
criu/infect.c
Normal file
@@ -0,0 +1 @@
|
||||
#include "infect.h"
|
Reference in New Issue
Block a user