list: Rename struct list to struct ovs_list
[cascardo/ovs.git] / lib / vconn.c
index c24e87d..97e8dd2 100644 (file)
@@ -878,7 +878,7 @@ vconn_transact_noreply(struct vconn *vconn, struct ofpbuf *request,
  * All of the requests on 'requests' are always destroyed, regardless of the
  * return value. */
 int
-vconn_transact_multiple_noreply(struct vconn *vconn, struct list *requests,
+vconn_transact_multiple_noreply(struct vconn *vconn, struct ovs_list *requests,
                                 struct ofpbuf **replyp)
 {
     struct ofpbuf *request, *next;