projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee5d466
)
Add tag to enum for OpenFlow statistics type.
author
Ben Pfaff
<blp@nicira.com>
Thu, 27 Mar 2008 22:11:41 +0000
(15:11 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 28 Mar 2008 00:50:33 +0000
(17:50 -0700)
include/openflow.h
patch
|
blob
|
history
diff --git
a/include/openflow.h
b/include/openflow.h
index 5f76e9316773a733380d583649e3e85b8a0dab62..a292fba201a24b92c816cb0706c3cacb18c55f80 100644
(file)
--- 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 */
};