Message ID | 1456095520-1567-1-git-send-email-bill.fischofer@linaro.org |
---|---|
State | New |
Headers | show |
diff --git a/include/odp/api/spec/traffic_mngr.h b/include/odp/api/spec/traffic_mngr.h index f9b62c2..ce124a8 100644 --- a/include/odp/api/spec/traffic_mngr.h +++ b/include/odp/api/spec/traffic_mngr.h @@ -291,7 +291,7 @@ typedef struct { odp_tm_egress_kind_t egress_kind; /**< Union discriminator */ union { - odp_pktio_t pktio; + odp_pktout_queue_t pktout; odp_tm_egress_fcn_t egress_fcn; }; } odp_tm_egress_t;
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> --- include/odp/api/spec/traffic_mngr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)