diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2017-11-13 20:34:06 +0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-12-06 13:22:51 +0000 |
commit | bf4be5730557c4280f2f9f8b7ef1a194716c82bd (patch) | |
tree | 5e2297c4484902801cb3c04e316da4123a9bd3b3 /src/plugins/lb/lb.h | |
parent | 22229864cb6e30c9b75a9c36e4ffa8500c0cdc5f (diff) |
Restructure some files in LB to src/vnet to reuse
Change-Id: Ic8b193e93ce18ca82b294816aa7ee0ef31d64bc2
Signed-off-by: Pierre Pfister <ppfister@cisco.com>
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/plugins/lb/lb.h')
-rw-r--r-- | src/plugins/lb/lb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lb/lb.h b/src/plugins/lb/lb.h index 882b9b30f7e..fa0b5d48b07 100644 --- a/src/plugins/lb/lb.h +++ b/src/plugins/lb/lb.h @@ -31,7 +31,7 @@ #define LB_PLUGIN_LB_LB_H_ #include <lb/util.h> -#include <lb/refcount.h> +#include <vnet/util/refcount.h> #include <vnet/vnet.h> #include <vnet/ip/ip.h> |