From f5ace7cd8a854393329f399dfa85a3658acc73cd Mon Sep 17 00:00:00 2001 From: Harry van Haaren Date: Thu, 18 Jul 2019 14:03:03 +0100 Subject: dpif-netdev: Move dpcls lookup structures to .h This commit moves some data-structures to be available in the dpif-netdev-private.h header. This allows specific implementations of the subtable lookup function to include just that header file, and not require that the code exists in dpif-netdev.c Signed-off-by: Harry van Haaren Tested-by: Malvika Gupta Acked-by: Ilya Maximets Signed-off-by: Ian Stokes --- lib/automake.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/automake.mk') diff --git a/lib/automake.mk b/lib/automake.mk index 1b89cac8c..6f216efe0 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -80,6 +80,7 @@ lib_libopenvswitch_la_SOURCES = \ lib/dpdk.h \ lib/dpif-netdev.c \ lib/dpif-netdev.h \ + lib/dpif-netdev-private.h \ lib/dpif-netdev-perf.c \ lib/dpif-netdev-perf.h \ lib/dpif-provider.h \ -- cgit v1.2.1