projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c49aae2
)
flow: Drop datapath-protocol.h from flow.c.
author
Jesse Gross
<jesse@nicira.com>
Thu, 29 Sep 2011 20:22:46 +0000
(13:22 -0700)
committer
Jesse Gross
<jesse@nicira.com>
Thu, 29 Sep 2011 21:35:57 +0000
(14:35 -0700)
datapath-protocol.h is increasingly a Linux-specific header so its
usage should be restricted from generic code. Nothing in flow.c
uses it, so drop it to avoid layer violations.
lib/flow.c
patch
|
blob
|
history
diff --git
a/lib/flow.c
b/lib/flow.c
index 6b78ae36f2d753b0b7283ed44b3dfc67185ac842..b0131f0704ada8e395819289804a32b67694b1df 100644
(file)
--- a/
lib/flow.c
+++ b/
lib/flow.c
@@
-31,7
+31,6
@@
#include "hash.h"
#include "ofpbuf.h"
#include "openflow/openflow.h"
-#include "openvswitch/datapath-protocol.h"
#include "packets.h"
#include "unaligned.h"
#include "vlog.h"