aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-msgs.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-06-27 21:13:13 -0700
committerBen Pfaff <blp@nicira.com>2012-07-30 21:09:20 -0700
commite2b9ac44c82590c2a9a27bff79ae43899277f703 (patch)
treea00823e12f2ae5b89d5e352ee1a29f1f0cf2da55 /lib/ofp-msgs.h
parenta814ba0f15c749aec0c5815ec099d4e165f67016 (diff)
openflow: Rename OpenFlow 1.0 statistics messages with "10" infix.
Signed-off-by: Ben Pfaff <blp@nicira.com> Tested-by: Simon Horman <horms@verge.net.au> Reviewed-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'lib/ofp-msgs.h')
-rw-r--r--lib/ofp-msgs.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/ofp-msgs.h b/lib/ofp-msgs.h
index 9bd5ee4e..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,7 +185,7 @@ 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,
@@ -198,19 +198,19 @@ enum ofpraw {
/* 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. */