X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-util.h;h=fd76eace96cb9da0ff6442a2952d5d1d48e8abda;hb=cb6e2b01787b71c39678e9ef98e3b9374a7db378;hp=2172fd6be6d168b3defe876154041c577855c6c3;hpb=9e1fd49b0cf494315c82f27c651486ef82e83446;p=openvswitch diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 2172fd6b..fd76eace 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -293,7 +293,7 @@ struct ofputil_packet_in { const void *packet; size_t packet_len; - enum ofp_packet_in_reason reason; /* One of OFPRR_*. */ + enum ofp_packet_in_reason reason; /* One of OFPR_*. */ uint16_t controller_id; /* Controller ID to send to. */ uint8_t table_id; ovs_be64 cookie;