mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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
|
||||
{
|
||||
int Events{POLLIN};
|
||||
SocketEvents *EventInterface{nullptr};
|
||||
SocketEvents::Ptr EventInterface;
|
||||
Object *LifesupportObject{nullptr};
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user