mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 01:06:58 +00:00
Before # ./crtools -s -f unixsk-12713.img CR_FD_UNIXSK ---------------- fd 8 type 2 state 7 namelen 17 backlog 17 id 79422 peer 0 --> test-socket-conn fd 9 type 2 state 7 namelen 23 backlog 23 id 79423 peer 79423 --> test-socket-bound-conn ---------------- After # ./crtools -s -f unixsk-12713.img CR_FD_UNIXSK ---------------- fd 8 type 2 state 7 namelen 17 backlog 17 id 79422 peer 0 --> test-socket-conn fd 9 type 2 state 7 namelen 23 backlog 23 id 79423 peer 79423 --> test-socket-bound-conn ---------------- Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> |
||
|---|---|---|
| .. | ||
| atomic.h | ||
| bitops.h | ||
| compiler.h | ||
| crtools.h | ||
| files.h | ||
| image.h | ||
| libnetlink.h | ||
| list.h | ||
| lock.h | ||
| log.h | ||
| parasite-syscall.h | ||
| parasite.h | ||
| proc_parse.h | ||
| ptrace.h | ||
| restorer.h | ||
| sockets.h | ||
| syscall-codes.h | ||
| syscall.h | ||
| types.h | ||
| unix_diag.h | ||
| util.h | ||