commit | 4e361bb5b280268aab5cab94fadfc01e0d94555e | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Mon Mar 11 13:57:31 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Tue Mar 12 10:45:56 2013 -0700 |
tree | 6356f6026aca8ee507872c449278ab1f3cbb7d50 | |
parent | 5fd6faf673cf448933155ad43b9933bf47764e2c [diff] [blame] |
loxi-prep: rename error 'type' field to 'err_type'
diff --git a/tools/pylibopenflow/include/openflow.h b/tools/pylibopenflow/include/openflow.h index 27aedde..bfbc2f7 100644 --- a/tools/pylibopenflow/include/openflow.h +++ b/tools/pylibopenflow/include/openflow.h
@@ -688,7 +688,7 @@ struct ofp_error_msg { struct ofp_header header; - uint16_t type; + uint16_t err_type; uint16_t code; uint8_t data[0]; /* Variable-length data. Interpreted based on the type and code. */