summaryrefslogtreecommitdiff
path: root/ofproto/pinsched.c
diff options
context:
space:
mode:
authorThomas Graf <tgraf@noironetworks.com>2014-12-15 14:10:38 +0100
committerThomas Graf <tgraf@noironetworks.com>2014-12-15 14:15:22 +0100
commit4a1f523f2d760e9e5751bc93519d1b70c5492b56 (patch)
treea765e6463f6272c84680ab49db59752aa3e04490 /ofproto/pinsched.c
parente6211adce42c28453e0004c7a3e342a3d52bb97d (diff)
downloadopenvswitch-4a1f523f2d760e9e5751bc93519d1b70c5492b56.tar.gz
lib: Move vconn.h to <openvswitch/vconn.h>
Also moves definitions for struct vconn and pvconn to the public header. The provider interface is kept private. Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Acked-by: Ben Pfaff <blp@nicira.com>
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 1300e004f..d81c9b305 100644
--- a/ofproto/pinsched.c
+++ b/ofproto/pinsched.c
@@ -32,7 +32,7 @@
#include "sat-math.h"
#include "timeval.h"
#include "openvswitch/token-bucket.h"
-#include "vconn.h"
+#include "openvswitch/vconn.h"
struct pinqueue {
struct hmap_node node; /* In struct pinsched's 'queues' hmap. */