mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +00:00
epoll: Show tfd in decimal form
For easier fd match when reading logs Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
50e1be4514
commit
f15fe7cfb3
@@ -46,8 +46,8 @@ int is_eventpoll_link(char *link)
|
||||
|
||||
static void pr_info_eventpoll_tfd(char *action, EventpollTfdEntry *e)
|
||||
{
|
||||
pr_info("%seventpoll-tfd: id %#08x tfd %#08x events %#08x data %#016"PRIx64"\n",
|
||||
action, e->id, e->tfd, e->events, e->data);
|
||||
pr_info("%seventpoll-tfd: tfd %8d events %#08x data %#016"PRIx64"\n",
|
||||
action, e->tfd, e->events, e->data);
|
||||
}
|
||||
|
||||
static void pr_info_eventpoll(char *action, EventpollFileEntry *e)
|
||||
|
Reference in New Issue
Block a user