criu/compel/src/lib
Dmitry Safonov 327554ee64 compel: Remove compel.h
The file only includes other headers (which may be not needed).
If we aim for one-include-for-compel, we could instead paste all
subheaders into "compel.h".
Rather, I think it's worth to migrate to more fine-grained compel
headers than follow the strategy 'one header to rule them all'.

Further, the header creates problems for cross-compilation: it's
included in files, those are used by host-compel. Which rightfully
confuses compiler/linker as host's definitions for fpu regs/other
platform details get drained into host's compel.

Signed-off-by: Dmitry Safonov <dima@arista.com>
2020-03-27 19:36:20 +03:00
..
handle-elf-host.c compel: Build host program 2017-03-14 23:58:10 +03:00
handle-elf.c compel: Remove compel.h 2020-03-27 19:36:20 +03:00
infect-rpc.c compel: Move in parasite engine 2017-03-15 00:06:06 +03:00
infect-util.c compel: Add recv fd helper 2017-03-15 09:36:09 +03:00
infect.c compel/infect: Detach but fail compel_resume_task() 2020-02-04 12:39:04 -08:00
log-host.c compel: Add callback-based log engine 2017-03-15 00:06:02 +03:00
log.c compel: Remove compel.h 2020-03-27 19:36:20 +03:00
ptrace.c lib/ptrace: Be more elaborate about failures 2020-02-04 12:39:04 -08:00