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