summaryrefslogtreecommitdiff
path: root/ofproto/pinsched.c
diff options
context:
space:
mode:
authorXiao Liang <shaw.leon@gmail.com>2017-08-17 00:06:24 +0800
committerBen Pfaff <blp@ovn.org>2017-10-31 12:31:25 -0700
commitdc02e1eba62e09d106782ee75692a730cdcf364d (patch)
tree4b547e14859eacecce0ed3d40571a7f37faccf52 /ofproto/pinsched.c
parent8ce087fdcf333f4ac779e1ec4da987b94abbd0c4 (diff)
downloadopenvswitch-dc02e1eba62e09d106782ee75692a730cdcf364d.tar.gz
lib: Move lib/rconn.h to include/openvswitch
Rconn provides useful features over vconn. Make it available to library users. Signed-off-by: Xiao Liang <shaw.leon@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto/pinsched.c')
-rw-r--r--ofproto/pinsched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/pinsched.c b/ofproto/pinsched.c
index 500115ad2..35716ea89 100644
--- a/ofproto/pinsched.c
+++ b/ofproto/pinsched.c
@@ -28,7 +28,7 @@
#include "openflow/openflow.h"
#include "poll-loop.h"
#include "random.h"
-#include "rconn.h"
+#include "openvswitch/rconn.h"
#include "sat-math.h"
#include "timeval.h"
#include "openvswitch/token-bucket.h"