Home
last modified time | relevance | path

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

/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c2161 bool need_reply, success = false; in vu_dispatch() local
2167 need_reply = vmsg.flags & VHOST_USER_NEED_REPLY_MASK; in vu_dispatch()
2170 if (!reply_requested && need_reply) { in vu_dispatch()