serverChannel SID/CID
This commit is contained in:
@@ -11,7 +11,7 @@ namespace epics { namespace pvAccess {
|
||||
ServerChannelImpl::ServerChannelImpl(Channel::shared_pointer const & channel, pvAccessID cid, pvAccessID sid, epics::pvData::PVField::shared_pointer const & securityToken):
|
||||
_channel(channel),
|
||||
_cid(cid),
|
||||
_sid(cid),
|
||||
_sid(sid),
|
||||
_destroyed(false)
|
||||
{
|
||||
if (!channel.get())
|
||||
|
||||
Reference in New Issue
Block a user