]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/ovs-lldp.h
dpctl: Add the option 'pmd' for dump-flows.
[mirror_ovs.git] / lib / ovs-lldp.h
index e780e5b560fccdf419647a2466ae43d261e83b0f..0e536e8c27c9dcd1cfa134a4fcd45776fcdce5a4 100644 (file)
@@ -21,8 +21,8 @@
 
 #include <stdint.h>
 #include "dp-packet.h"
-#include "hmap.h"
-#include "list.h"
+#include "openvswitch/hmap.h"
+#include "openvswitch/list.h"
 #include "lldp/lldpd.h"
 #include "ovs-atomic.h"
 #include "packets.h"
@@ -103,5 +103,6 @@ int aa_mapping_unregister(void *aux);
 
 /* Used by unit tests */
 struct lldp * lldp_create_dummy(void);
+void lldp_destroy_dummy(struct lldp *);
 
 #endif /* OVS_LLDP_H */