mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +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:
committed by
Cyrill Gorcunov
parent
b5a377ca7d
commit
bf1ca46d43
@@ -1171,7 +1171,7 @@ void show_unixsk(int fd)
|
|||||||
|
|
||||||
pr_info("fd %4d type %2d state %2d namelen %4d backlog %4d "
|
pr_info("fd %4d type %2d state %2d namelen %4d backlog %4d "
|
||||||
"id %6d peer %6d",
|
"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);
|
ue.id, ue.peer);
|
||||||
|
|
||||||
if (ue.namelen) {
|
if (ue.namelen) {
|
||||||
|
Reference in New Issue
Block a user