The machine that did the current request.
Definition at line 114 of file Channel.h. References mConnection, and mCurRequestSock. Referenced by Impala::Util::ChannelServer::ConnectionDescr(), Impala::Util::ChannelServer::HandleRequest(), and Serve(). 00115 { 00116 return mConnection[mCurRequestSock]; 00117 }
|