aboutsummaryrefslogtreecommitdiff
path: root/lib/ofp-msgs.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-07-05 23:04:12 -0700
committerBen Pfaff <blp@nicira.com>2012-07-30 21:09:17 -0700
commita814ba0f15c749aec0c5815ec099d4e165f67016 (patch)
tree85a77afc153254e40b61cb226b6e3f6b8a658223 /lib/ofp-msgs.h
parent982697a4d24caa0a3bdaf85db67619338b382e50 (diff)
nicira-ext: Drop nx_aggregate_stats_reply structure.
It now duplicates ofp_aggregate_stats_reply except for alignment issues, so we might as well unify the code. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ofp-msgs.h b/lib/ofp-msgs.h
index ed73fc72..9bd5ee4e 100644
--- a/lib/ofp-msgs.h
+++ b/lib/ofp-msgs.h
@@ -192,7 +192,7 @@ enum ofpraw {
/* 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. */