From fa20a0ed569e243870b431640df63e19c19c57eb Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 27 Mar 2008 15:11:41 -0700 Subject: [PATCH] Add tag to enum for OpenFlow statistics type. --- include/openflow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }; -- 2.30.2