pva server: keep ChannelRequester alive

This commit is contained in:
Michael Davidsaver
2017-07-14 13:36:48 +02:00
parent 392fcc0bdc
commit 8cf56711fd
3 changed files with 9 additions and 2 deletions

View File

@@ -13,9 +13,11 @@ namespace epics {
namespace pvAccess {
ServerChannelImpl::ServerChannelImpl(Channel::shared_pointer const & channel,
const ChannelRequester::shared_pointer &requester,
pvAccessID cid, pvAccessID sid,
ChannelSecuritySession::shared_pointer const & css):
_channel(channel),
_requester(requester),
_cid(cid),
_sid(sid),
_destroyed(false),