From 889a98b86f58a281344ffa46cc92e92c789b1396 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 14 Sep 1999 23:51:22 +0000 Subject: [PATCH] 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. --- src/ca/caProto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/caProto.h b/src/ca/caProto.h index a7333806b..0a7f09016 100644 --- a/src/ca/caProto.h +++ b/src/ca/caProto.h @@ -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