mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-27 20:37:57 +00:00
This is just export by reasonable name of the existing code, that sends and receives FDs via compel RPC socket. v2: Rebase on recent criu-dev Fix parallel build Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
8 lines
171 B
C
8 lines
171 B
C
#ifndef COMPEL_PLUGIN_STD_STD_H__
|
|
#define COMPEL_PLUGIN_STD_STD_H__
|
|
|
|
extern int fds_send_fd(int fd);
|
|
extern int fds_recv_fd(void);
|
|
|
|
#endif /* COMPEL_PLUGIN_STD_STD_H__ */
|