X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fofp-msgs.h;h=162d6e0467cc96f99c77990f8ca3615ad96dbcb1;hb=7011767c3497ed1dc05f2bdee96a09b4bc050439;hp=ed73fc7284ec86b77a35a01e8598e31ec25bd40d;hpb=8b97ad35e5a36375a357b0c0830ecba3ab0a1b1a;p=openvswitch diff --git a/lib/ofp-msgs.h b/lib/ofp-msgs.h index ed73fc72..162d6e04 100644 --- a/lib/ofp-msgs.h +++ b/lib/ofp-msgs.h @@ -175,7 +175,7 @@ enum ofpraw { /* OFPST 1.0+ (0): struct ofp_desc_stats. */ OFPRAW_OFPST_DESC_REPLY, - /* OFPST 1.0 (1): struct ofp_flow_stats_request. */ + /* OFPST 1.0 (1): struct ofp10_flow_stats_request. */ OFPRAW_OFPST_FLOW_REQUEST, /* NXST 1.0 (0): struct nx_flow_stats_request, uint8_t[8][]. */ OFPRAW_NXST_FLOW_REQUEST, @@ -185,32 +185,32 @@ enum ofpraw { /* NXST 1.0 (0): uint8_t[]. */ OFPRAW_NXST_FLOW_REPLY, - /* OFPST 1.0 (2): struct ofp_flow_stats_request. */ + /* OFPST 1.0 (2): struct ofp10_flow_stats_request. */ OFPRAW_OFPST_AGGREGATE_REQUEST, /* NXST 1.0 (1): struct nx_flow_stats_request, uint8_t[8][]. */ OFPRAW_NXST_AGGREGATE_REQUEST, /* OFPST 1.0 (2): struct ofp_aggregate_stats_reply. */ OFPRAW_OFPST_AGGREGATE_REPLY, - /* NXST 1.0 (1): struct nx_aggregate_stats_reply. */ + /* NXST 1.0 (1): struct ofp_aggregate_stats_reply. */ OFPRAW_NXST_AGGREGATE_REPLY, /* OFPST 1.0 (3): void. */ OFPRAW_OFPST_TABLE_REQUEST, - /* OFPST 1.0 (3): struct ofp_table_stats[]. */ + /* OFPST 1.0 (3): struct ofp10_table_stats[]. */ OFPRAW_OFPST_TABLE_REPLY, - /* OFPST 1.0 (4): struct ofp_port_stats_request. */ + /* OFPST 1.0 (4): struct ofp10_port_stats_request. */ OFPRAW_OFPST_PORT_REQUEST, - /* OFPST 1.0 (4): struct ofp_port_stats[]. */ + /* OFPST 1.0 (4): struct ofp10_port_stats[]. */ OFPRAW_OFPST_PORT_REPLY, - /* OFPST 1.0 (5): struct ofp_queue_stats_request. */ + /* OFPST 1.0 (5): struct ofp10_queue_stats_request. */ OFPRAW_OFPST_QUEUE_REQUEST, - /* OFPST 1.0 (5): struct ofp_queue_stats[]. */ + /* OFPST 1.0 (5): struct ofp10_queue_stats[]. */ OFPRAW_OFPST_QUEUE_REPLY, /* OFPST 1.0 (13): void. */