git://git.onelab.eu
/
sliver-openvswitch.git
/ 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
5f76e93
..
a292fba
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 */
};