X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fqos_sched%2Fmain.h;h=915311bac8e5232c7e62b5745ae6f4dea5d1f8a6;hb=e53ed84acbbb853396bfd959815da7e141756ad2;hp=0d6815ae69ac326debef4b662dc164c650ae08d7;hpb=802d214dc88059fd635fffb0d178b8e790463609;p=dpdk.git diff --git a/examples/qos_sched/main.h b/examples/qos_sched/main.h index 0d6815ae69..915311bac8 100644 --- a/examples/qos_sched/main.h +++ b/examples/qos_sched/main.h @@ -153,6 +153,9 @@ extern uint32_t active_queues[RTE_SCHED_QUEUES_PER_PIPE]; extern uint32_t n_active_queues; extern struct rte_sched_port_params port_params; +#ifdef RTE_SCHED_CMAN +extern struct rte_sched_cman_params cman_params; +#endif extern struct rte_sched_subport_params subport_params[MAX_SCHED_SUBPORTS]; int app_parse_args(int argc, char **argv);