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:
cc1a2dc
)
ofproto-dpif: Removed unused struct facet 'hmap_node' member.
author
Ben Pfaff
<blp@nicira.com>
Tue, 3 Sep 2013 22:34:58 +0000
(15:34 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 4 Sep 2013 20:31:56 +0000
(13:31 -0700)
This member is not used anywhere for anything.
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c
patch
|
blob
|
history
diff --git
a/ofproto/ofproto-dpif.c
b/ofproto/ofproto-dpif.c
index
c8c56bb
..
0ce2ee0
100644
(file)
--- a/
ofproto/ofproto-dpif.c
+++ b/
ofproto/ofproto-dpif.c
@@
-205,8
+205,7
@@
static void subfacet_uninstall(struct subfacet *);
* Flow expiration works in terms of subfacets, so a facet must have at
* least one subfacet or it will never expire, leaking memory. */
struct facet {
- /* Owners. */
- struct hmap_node hmap_node; /* In owning ofproto's 'facets' hmap. */
+ /* Owner. */
struct ofproto_dpif *ofproto;
/* Owned data. */