In the C ETA code bothe RsslReactorChannel and RsslChannel structures have majorVersion and minorVersion properties and a RsslReactorChannel includes an RsslChannel. Is the version information always the same ?
i.e. if channel is a pointer to RsslReactorChannel, then is
channel->pRsslChannel->minorVersion == channel->minorVersion
channel->pRsslChannel->majorVersion == channel->majorVersion