mirror of https://github.com/Icinga/icinga2.git
Make SocketEventDescriptor#EventInterface a SocketEvents::Ptr
refs #6477
This commit is contained in:
parent
a9a9469868
commit
5134ccaf56
|
@ -82,7 +82,7 @@ private:
|
||||||
struct SocketEventDescriptor
|
struct SocketEventDescriptor
|
||||||
{
|
{
|
||||||
int Events{POLLIN};
|
int Events{POLLIN};
|
||||||
SocketEvents *EventInterface{nullptr};
|
SocketEvents::Ptr EventInterface;
|
||||||
Object *LifesupportObject{nullptr};
|
Object *LifesupportObject{nullptr};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue