Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
Fully Compatible
-
ALL
-
Platforms 12 (04/01/16)
Description
In the wire protocol documentation we specify that requestId and responseTo are int32_t.
In MsgData::ConstView, we declare the return type of getId() and getResponseTo() to be of type MSGID, which is a typedef of uint32_t. We should either remove the MSGID typedef or change it to be int32_t.