mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 12:36:47 +00:00
This is the final patch in the series. It does a bunch of renames and fixes headers respectively. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
5 lines
160 B
C
5 lines
160 B
C
#ifndef __COMPEL_INFECT_UTIL_H__
|
|
#define __COMPEL_INFECT_UTIL_H__
|
|
struct parasite_ctl;
|
|
extern int compel_util_send_fd(struct parasite_ctl *ctl, int fd);
|
|
#endif
|