ensure osiSockAttach()
This commit is contained in:
@@ -166,6 +166,8 @@ struct Channel {
|
||||
|
||||
struct Context::Pvt
|
||||
{
|
||||
SockAttach attach;
|
||||
|
||||
std::weak_ptr<Pvt> internal_self;
|
||||
std::shared_ptr<Pvt> shared_from_this() {
|
||||
std::shared_ptr<Pvt> ret(internal_self);
|
||||
|
||||
@@ -196,6 +196,8 @@ using namespace impl;
|
||||
|
||||
struct Server::Pvt
|
||||
{
|
||||
SockAttach attach;
|
||||
|
||||
std::weak_ptr<Server::Pvt> internal_self;
|
||||
|
||||
// "const" after ctor
|
||||
|
||||
Reference in New Issue
Block a user