mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 17:14:28 +00:00
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
11 lines
294 B
C
11 lines
294 B
C
#ifndef __CR_EVENTPOLL_H__
|
|
#define __CR_EVENTPOLL_H__
|
|
|
|
#include "files.h"
|
|
|
|
extern int is_eventpoll_link(int lfd);
|
|
extern const struct fdtype_ops eventpoll_dump_ops;
|
|
extern struct collect_image_info epoll_tfd_cinfo;
|
|
extern struct collect_image_info epoll_cinfo;
|
|
|
|
#endif /* __CR_EVENTPOLL_H__ */
|