diff mbox

[API-NEXT,PATCHv5,1/6] api: tm: replace pktio with pktout_queue in odp_tm_egress_struct

Message ID 1456095520-1567-1-git-send-email-bill.fischofer@linaro.org
State New
Headers show

Commit Message

Bill Fischofer Feb. 21, 2016, 10:58 p.m. UTC
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>
---
 include/odp/api/spec/traffic_mngr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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;