X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-util.c;fp=lib%2Fofp-util.c;h=92d3fe465d2b914e3dc8e4adf5fa3d644a6e4933;hb=e1152397ae5307cd7a082361ab81fa73076368f5;hp=e41bab2b63da363da711d714aec33444121f25f2;hpb=7011767c3497ed1dc05f2bdee96a09b4bc050439;p=openvswitch diff --git a/lib/ofp-util.c b/lib/ofp-util.c index e41bab2b..92d3fe46 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -1104,7 +1104,7 @@ ofputil_decode_flow_mod(struct ofputil_flow_mod *fm, raw = ofpraw_pull_assert(&b); if (raw == OFPRAW_OFPT10_FLOW_MOD) { /* Standard OpenFlow 1.1 flow_mod. */ - const struct ofp_flow_mod *ofm; + const struct ofp10_flow_mod *ofm; uint16_t priority; enum ofperr error; @@ -1193,7 +1193,7 @@ struct ofpbuf * ofputil_encode_flow_mod(const struct ofputil_flow_mod *fm, enum ofputil_protocol protocol) { - struct ofp_flow_mod *ofm; + struct ofp10_flow_mod *ofm; struct nx_flow_mod *nfm; struct ofpbuf *msg; uint16_t command;