diff options
Diffstat (limited to 'vu_common.h')
-rw-r--r-- | vu_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vu_common.h b/vu_common.h index bd70faf..d56c021 100644 --- a/vu_common.h +++ b/vu_common.h @@ -57,4 +57,5 @@ void vu_flush(const struct vu_dev *vdev, struct vu_virtq *vq, void vu_kick_cb(struct vu_dev *vdev, union epoll_ref ref, const struct timespec *now); int vu_send_single(const struct ctx *c, const void *buf, size_t size); +void vu_migrate(struct vu_dev *vdev, uint32_t events); #endif /* VU_COMMON_H */ |