mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 02:58:54 +00:00
show_unixsk(): show backlog for real
This is probably a typo in commit 1a1979c
Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
parent
b5a377ca7d
commit
bf1ca46d43
1 changed files with 1 additions and 1 deletions
|
|
@ -1171,7 +1171,7 @@ void show_unixsk(int fd)
|
|||
|
||||
pr_info("fd %4d type %2d state %2d namelen %4d backlog %4d "
|
||||
"id %6d peer %6d",
|
||||
ue.fd, ue.type, ue.state, ue.namelen, ue.namelen,
|
||||
ue.fd, ue.type, ue.state, ue.namelen, ue.backlog,
|
||||
ue.id, ue.peer);
|
||||
|
||||
if (ue.namelen) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue