From: Ben Pfaff Date: Thu, 27 Mar 2008 22:11:41 +0000 (-0700) Subject: Add tag to enum for OpenFlow statistics type. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa20a0ed569e243870b431640df63e19c19c57eb;p=openvswitch Add tag to enum for OpenFlow statistics type. --- diff --git a/include/openflow.h b/include/openflow.h index 5f76e931..a292fba2 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 */ };