changed the field name "m_type" to "m_dataType" to avoid
collision with a MACRO that is defined by the SENS IP stack which is mandatory in WRS's Tornado II product.
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ typedef ca_uint32_t caResId;
|
||||
typedef struct ca_hdr {
|
||||
ca_uint16_t m_cmmd; /* operation to be performed */
|
||||
ca_uint16_t m_postsize; /* size of message extension */
|
||||
ca_uint16_t m_type; /* operation data type */
|
||||
ca_uint16_t m_dataType; /* operation data type */
|
||||
ca_uint16_t m_count; /* operation data count */
|
||||
ca_uint32_t m_cid; /* channel identifier */
|
||||
ca_uint32_t m_available; /* undefined message location for use
|
||||
|
||||
Reference in New Issue
Block a user