mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
a quick hack to get socket from a session object
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@235 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
@@ -30,6 +30,9 @@ namespace ISC {
|
||||
|
||||
Session();
|
||||
|
||||
// XXX: quick hack to allow the user to watch the socket directly.
|
||||
int getSocket() const { return (sock); }
|
||||
|
||||
void establish();
|
||||
void disconnect();
|
||||
void sendmsg(ISC::Data::ElementPtr& msg);
|
||||
|
Reference in New Issue
Block a user