2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

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>
This commit is contained in:
Ben Warren
2016-04-04 21:32:07 -04:00
committed by Ben Pfaff
parent e29747e440
commit 064d7f8428
32 changed files with 43 additions and 39 deletions

View File

@@ -22,7 +22,7 @@
#include "colors.h"
#include "openvswitch/dynamic-string.h"
#include "openvswitch/match.h"
#include "meta-flow.h"
#include "openvswitch/meta-flow.h"
#include "nx-match.h"
#include "ofp-actions.h"
#include "ofp-util.h"