Add tag to enum for OpenFlow statistics type.
authorBen Pfaff <blp@nicira.com>
Thu, 27 Mar 2008 22:11:41 +0000 (15:11 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Mar 2008 00:50:33 +0000 (17:50 -0700)
include/openflow.h

index 5f76e9316773a733380d583649e3e85b8a0dab62..a292fba201a24b92c816cb0706c3cacb18c55f80 100644 (file)
@@ -349,7 +349,7 @@ struct ofp_flow_stats {
     uint64_t byte_count;
 };
 
-enum {
+enum ofp_stat_type {
     OFPFS_INDIV,              /* Send an entry for each matching flow */
     OFPFS_AGGREGATE           /* Aggregate matching flows */
 };