more SharedPV rpc state tracking

handle re-open() with RPC
This commit is contained in:
Michael Davidsaver
2018-10-06 16:34:14 -07:00
parent f6eeeac649
commit 53b95dd336
4 changed files with 22 additions and 3 deletions

View File

@@ -107,6 +107,8 @@ struct SharedRPC : public pva::ChannelRPC,
static size_t num_instances;
bool connected; // have I called requester->channelRPCConnect(Ok) ?
SharedRPC(const std::tr1::shared_ptr<SharedChannel>& channel,
const requester_type::shared_pointer& requester,
const pvd::PVStructure::const_shared_pointer &pvRequest);