X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_class.h;h=276c91e95c21ff23075ea363f533a5c282df0e81;hb=c99a2d4c6b7f;hp=70edb40a4e6d8667b840adce8c5b1bf82b1b19bd;hpb=d70f8448d01fff3585790861e822252f75131767;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_class.h b/lib/librte_eal/common/include/rte_class.h index 70edb40a4e..276c91e95c 100644 --- a/lib/librte_eal/common/include/rte_class.h +++ b/lib/librte_eal/common/include/rte_class.h @@ -35,6 +35,7 @@ TAILQ_HEAD(rte_class_list, rte_class); struct rte_class { TAILQ_ENTRY(rte_class) next; /**< Next device class in linked list */ const char *name; /**< Name of the class */ + rte_dev_iterate_t dev_iterate; /**< Device iterator. */ }; /**