Make SocketEventDescriptor#EventInterface a SocketEvents::Ptr

refs #6477
This commit is contained in:
Alexander A. Klimov 2018-07-24 14:40:35 +02:00 committed by Michael Friedrich
parent a9a9469868
commit 5134ccaf56
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ private:
struct SocketEventDescriptor
{
int Events{POLLIN};
SocketEvents *EventInterface{nullptr};
SocketEvents::Ptr EventInterface;
Object *LifesupportObject{nullptr};
};