getRemoteName()

Cache the TCP peer address as a string and pass it to createChannel().
This commit is contained in:
Michael Davidsaver
2015-12-08 22:07:26 -05:00
parent 4a1bfff40f
commit b9dd9e8e6c
7 changed files with 32 additions and 23 deletions

View File

@@ -350,6 +350,8 @@ namespace epics {
}
const osiSockAddr* getRemoteAddress() const { return 0; }
std::string dummyRemoteName;
const std::string& getRemoteName() const {return dummyRemoteName;}
epics::pvData::int8 getRevision() const
{