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 0b03a3d8f8
commit ad06c4f5ab

View File

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