mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
fdset: Introduce glbal fdset
This contains reg-files and sk-queues images, as they contain data which is potentially generated by every task, so keep it open all the time dump goes. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -30,6 +30,5 @@ extern int prepare_sockets(int pid);
|
||||
extern void show_unixsk(int fd);
|
||||
extern void show_inetsk(int fd);
|
||||
extern int show_sk_queues(int fd);
|
||||
extern int sk_queues_fd;
|
||||
|
||||
#endif /* CR_SOCKETS_H__ */
|
||||
|
Reference in New Issue
Block a user