criu/include
Cyrill Gorcunov 976c092c3f show: Drop redundant \n in pr_img_tail
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>
2012-01-15 22:36:27 +04:00
..
atomic.h Gather futex helpers into lock.h 2011-12-26 23:54:18 +04:00
bitops.h restore: Add mutexes via futex syscall and order threads creation 2011-11-18 16:09:01 +04:00
compiler.h Add ALIGN helper 2011-11-16 18:16:12 +04:00
crtools.h crtools: Make close_cr_fdset being safe to be called with closed fd-set 2012-01-12 21:25:19 +04:00
files.h restore: Learn to work with shared struct file-s 2012-01-11 16:01:44 +04:00
image.h crtools: Remove unused and wrong arrays from pstree image 2012-01-12 22:09:58 +04:00
libnetlink.h net: Define named constant for nlmsg_seq 2011-12-27 20:13:18 +04:00
list.h Initial commit 2011-09-23 12:00:45 +04:00
lock.h lock: Add cr_wait_init helper 2012-01-04 16:40:13 +04:00
log.h Move logging functions to log.c 2011-12-19 18:52:50 +04:00
parasite-syscall.h parasite: Embed vma_area into control block 2012-01-13 20:16:20 +04:00
parasite.h parasite: Make max size for path being PATH_MAX 2011-12-19 15:34:37 +04:00
proc_parse.h proc_parse: Drop ending ')' from format 2012-01-15 01:42:08 +04:00
ptrace.h dump: Drop unneeded #includes 2011-12-19 23:18:17 +04:00
restorer.h restorer: Shrink ns_last_pid_path size 2012-01-14 14:39:16 +04:00
sockets.h Merge branch '@xemul' into dev 2012-01-13 21:39:14 +04:00
syscall-codes.h syscalls: Add sys_msync helper 2012-01-04 16:40:35 +04:00
syscall.h syscalls: Add sys_msync helper 2012-01-04 16:40:35 +04:00
types.h dump: Drop unneeded #includes 2011-12-19 23:18:17 +04:00
unix_diag.h sockets: Update unix_diag.h 2012-01-10 17:26:50 +04:00
util.h show: Drop redundant \n in pr_img_tail 2012-01-15 22:36:27 +04:00