mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-26 20:07:28 +00:00
The same for libcompel.so user. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
7 lines
228 B
C
7 lines
228 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);
|
|
extern int compel_util_recv_fd(struct parasite_ctl *ctl, int *pfd);
|
|
#endif
|