Rename struct queue to struct ofp_queue.
[sliver-openvswitch.git] / lib / rconn.c
index 3fce80e..ceeb137 100644 (file)
@@ -83,7 +83,7 @@ struct rconn {
     char *name;
     bool reliable;
 
-    struct queue txq;
+    struct ofp_queue txq;
 
     int backoff;
     int max_backoff;