flow: Get rid of flow_t typedef.
[sliver-openvswitch.git] / tests / test-flows.c
index 3d31aae..a4649b3 100644 (file)
@@ -54,7 +54,7 @@ main(int argc OVS_UNUSED, char *argv[])
     while (fread(&expected_match, sizeof expected_match, 1, flows)) {
         struct ofpbuf *packet;
         struct ofp_match extracted_match;
-        flow_t flow;
+        struct flow flow;
 
         n++;