Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.h86 typedef struct VhostUserLog { struct
89 } VhostUserLog; argument
146 VhostUserLog log;
H A Dvhost_user.c2089 if (msg->size != sizeof(VhostUserLog)) { in vhost_user_set_log_base()
2092 msg->size, (int)sizeof(VhostUserLog)); in vhost_user_set_log_base()