mirror of
https://github.com/openvswitch/ovs
synced 2025-09-05 00:35:33 +00:00
lib: Move vlog.h to <openvswitch/vlog.h>
A new function vlog_insert_module() is introduced to avoid using list_insert() from the vlog.h header. Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include "packets.h"
|
||||
#include "poll-loop.h"
|
||||
#include "util.h"
|
||||
#include "vlog.h"
|
||||
#include "openvswitch/vlog.h"
|
||||
#ifdef __linux__
|
||||
#include <linux/if_packet.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user