Home
last modified time | relevance | path

Searched refs:VhostUserLog (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/vhost/
H A Dvhost_user.h84 typedef struct VhostUserLog { struct
87 } VhostUserLog; argument
144 VhostUserLog log;
H A Dvhost_user.c2225 if (ctx->msg.size != sizeof(VhostUserLog)) { in vhost_user_set_log_base()
2227 dev->ifname, ctx->msg.size, (int)sizeof(VhostUserLog)); in vhost_user_set_log_base()