X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=examples%2Fvhost_blk%2Fvhost_blk.c;h=b757c9228bfa210b0a0c391a6f6407951c85cb5f;hp=74c82a900bfa803631c69e2d39189ded5f1bb3d3;hb=be848992298b7a64a161487600a4070e52b9d26d;hpb=20c1854f079e0a09f9c0383ccd896aafe6f41b0a diff --git a/examples/vhost_blk/vhost_blk.c b/examples/vhost_blk/vhost_blk.c index 74c82a900b..b757c9228b 100644 --- a/examples/vhost_blk/vhost_blk.c +++ b/examples/vhost_blk/vhost_blk.c @@ -31,6 +31,8 @@ (1ULL << VIRTIO_F_NOTIFY_ON_EMPTY) | \ (1ULL << VHOST_USER_F_PROTOCOL_FEATURES)) +struct vhost_blk_ctrlr *g_vhost_ctrlr; + /* Path to folder where character device will be created. Can be set by user. */ static char dev_pathname[PATH_MAX] = ""; static sem_t exit_sem;