2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

fowners: Add checkpoint/restore for sockets

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov
2012-04-10 22:54:00 +04:00
committed by Pavel Emelyanov
parent df6d5cfb23
commit a8840ba721
4 changed files with 19 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ void show_sigacts(int fd_sigacts, struct cr_options *o);
void show_itimers(int fd, struct cr_options *o);
void show_creds(int fd, struct cr_options *o);
void show_fs(int fd, struct cr_options *o);
void show_fown_cont(fown_t *fown);
extern struct cr_fd_desc_tmpl fdset_template[CR_FD_MAX];