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
a9a9469868
commit
5134ccaf56
@ -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