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. */