From: Ben Pfaff <blp@nicira.com>
Date: Thu, 27 Mar 2008 22:11:41 +0000 (-0700)
Subject: Add tag to enum for OpenFlow statistics type.
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fa20a0ed569e243870b431640df63e19c19c57eb;p=sliver-openvswitch.git

Add tag to enum for OpenFlow statistics type.
---

diff --git a/include/openflow.h b/include/openflow.h
index 5f76e9316..a292fba20 100644
--- a/include/openflow.h
+++ b/include/openflow.h
@@ -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 */
 };