mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 11:04:35 +00:00
epoll: Add LOG_PREFIX
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
f5fcea4201
commit
deea62cd3c
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@
|
|||
#include "protobuf.h"
|
||||
#include "protobuf/eventpoll.pb-c.h"
|
||||
|
||||
#undef LOG_PREFIX
|
||||
#define LOG_PREFIX "epoll: "
|
||||
|
||||
struct eventpoll_file_info {
|
||||
EventpollFileEntry *efe;
|
||||
struct file_desc d;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue