mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 01:59:04 +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:
parent
1fe80294ec
commit
6dc2e2decd
3 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue