Comment 6 for bug 541316

Revision history for this message
Jeff Hill (johill-lanl) wrote :

One can also observe that the server id of a newly created channel in the client library is initialized to UINT_MAX

nciu::nciu ( cac & cacIn, netiiu & iiuIn, cacChannelNotify & chanIn,
            const char *pNameIn, cacChannel::priLev pri ) :
    cacChannel ( chanIn ),
    cacCtx ( cacIn ),
    piiu ( & iiuIn ),
    sid ( UINT_MAX ),
    count ( 0 ),
    retry ( 0u ),
    nameLength ( 0u ),
    typeCode ( USHRT_MAX ),
    priority ( static_cast <ca_uint8_t> ( pri ) )
{

edited on: 2009-07-08 10:01