mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
lib: Move lib/poll-loop.h to include/openvswitch
Poll-loop is the core to implement main loop. It should be available in libopenvswitch. Signed-off-by: Xiao Liang <shaw.leon@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include "openvswitch/ofpbuf.h"
|
||||
#include "openvswitch/vconn.h"
|
||||
#include "openvswitch/vlog.h"
|
||||
#include "poll-loop.h"
|
||||
#include "openvswitch/poll-loop.h"
|
||||
#include "openvswitch/rconn.h"
|
||||
#include "openvswitch/shash.h"
|
||||
#include "simap.h"
|
||||
|
Reference in New Issue
Block a user