X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fvhost%2Frte_vdpa_dev.h;h=b0f494815fa181bd742626bb817908b2c54e71b0;hb=953e74e6b73a876d6f149fd759bd0423e5438247;hp=bfada387b0d17e9bacb7272656ecbc6a26e3f30c;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/vhost/rte_vdpa_dev.h b/lib/vhost/rte_vdpa_dev.h index bfada387b0..b0f494815f 100644 --- a/lib/vhost/rte_vdpa_dev.h +++ b/lib/vhost/rte_vdpa_dev.h @@ -71,7 +71,7 @@ struct rte_vdpa_dev_ops { * vdpa device structure includes device address and device operations. */ struct rte_vdpa_device { - TAILQ_ENTRY(rte_vdpa_device) next; + RTE_TAILQ_ENTRY(rte_vdpa_device) next; /** Generic device information */ struct rte_device *device; /** vdpa device operations */