commit | 8dbe95c722082c9349d0aaea6d962e09a8c3b3fb | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Tue Jun 11 13:17:28 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Jun 11 13:17:28 2013 -0700 |
tree | 9f978aa96d91f96286addc1ecd2ed0b6b00deab3 | |
parent | 62bbafbee133722bad6e0fc0a2c29e47be3b0755 [diff] [blame] |
openflow_input: change of_bsn_pktin_suppression_reply.status to uint32_t
diff --git a/openflow_input/bsn_pktin_suppression b/openflow_input/bsn_pktin_suppression index 00e6b65..281d6d4 100644 --- a/openflow_input/bsn_pktin_suppression +++ b/openflow_input/bsn_pktin_suppression
@@ -77,5 +77,5 @@ uint32_t xid; uint32_t experimenter == 0x5c16c7; uint32_t subtype == 25; - uint8_t status; // 0 means success + uint32_t status; // 0 means success };