X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-flows.c;h=a4649b3f81de1e38202eecaec5454b4cbebf465f;hb=217f48c61bbfe1422f00830f36d2d255d3622446;hp=3d31aae1643297c944f333881911d5877241a6f2;hpb=50f06e1642e246bb9969035c9e3db7c44e7b95e0;p=openvswitch diff --git a/tests/test-flows.c b/tests/test-flows.c index 3d31aae1..a4649b3f 100644 --- a/tests/test-flows.c +++ b/tests/test-flows.c @@ -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++;