mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-28 04:48:16 +00:00
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__ */
|