summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.h
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-04-04 21:32:07 -0400
committerBen Pfaff <blp@ovn.org>2016-04-14 13:47:18 -0700
commit064d7f842838bdc41a3b80e49ec92eee19e6e41b (patch)
tree80b3f479dd3c7364b1cf8d8ded10e70dfb3fdd77 /ofproto/ofproto-dpif-xlate.h
parente29747e4405e032f4f3021db510783b6e422f9b6 (diff)
downloadopenvswitch-064d7f842838bdc41a3b80e49ec92eee19e6e41b.tar.gz
Move lib/meta-flow.h to include/openvswitch directory
This commit also moves some bitmap macros into public header files and adds some #include directives in soure files in order to make the 'meta-flow.h' move possible. Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto/ofproto-dpif-xlate.h')
-rw-r--r--ofproto/ofproto-dpif-xlate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif-xlate.h b/ofproto/ofproto-dpif-xlate.h
index cf9932cf1..c4c23d5c3 100644
--- a/ofproto/ofproto-dpif-xlate.h
+++ b/ofproto/ofproto-dpif-xlate.h
@@ -17,7 +17,7 @@
#include "dp-packet.h"
#include "flow.h"
-#include "meta-flow.h"
+#include "openvswitch/meta-flow.h"
#include "odp-util.h"
#include "openvswitch/ofpbuf.h"
#include "ofproto-dpif-mirror.h"