X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-msgs.h;h=2501e383f300cb364d060e84d49a635302939754;hb=638a19b04578669b5d43cb4d91391a9e1da93dc7;hp=66ec448255f970812693aef454c1e8d73b26212e;hpb=b4af6ceeea7bc757de1e8294036b522e81e3a3fa;p=sliver-openvswitch.git diff --git a/lib/ofp-msgs.h b/lib/ofp-msgs.h index 66ec44825..2501e383f 100644 --- a/lib/ofp-msgs.h +++ b/lib/ofp-msgs.h @@ -217,7 +217,7 @@ enum ofpraw { /* NXT 1.0+ (19): struct nx_async_config. */ OFPRAW_NXT_SET_ASYNC_CONFIG, - /* OFPT 1.3+ (29): struct ofp13_meter_mod. */ + /* OFPT 1.3+ (29): struct ofp13_meter_mod, uint8_t[8][]. */ OFPRAW_OFPT13_METER_MOD, /* Standard statistics. */ @@ -315,13 +315,13 @@ enum ofpraw { /* OFPST 1.3+ (9): struct ofp13_meter_multipart_request. */ OFPRAW_OFPST13_METER_REQUEST, - /* OFPST 1.3+ (9): struct ofp13_meter_stats[]. */ + /* OFPST 1.3+ (9): uint8_t[8][]. */ OFPRAW_OFPST13_METER_REPLY, /* OFPST 1.3+ (10): struct ofp13_meter_multipart_request. */ OFPRAW_OFPST13_METER_CONFIG_REQUEST, - /* OFPST 1.3+ (10): struct ofp13_meter_config[]. */ + /* OFPST 1.3+ (10): uint8_t[8][]. */ OFPRAW_OFPST13_METER_CONFIG_REPLY, /* OFPST 1.3+ (11): void. */