mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
Make SocketEventDescriptor#EventInterface a SocketEvents::Ptr
refs #6477
This commit is contained in:
parent
0b03a3d8f8
commit
ad06c4f5ab
@ -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…
x
Reference in New Issue
Block a user