mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
LibCore: Allow listening for socket errors and hang-ups
This commit is contained in:
parent
6836091a21
commit
506707cc2b
2 changed files with 6 additions and 0 deletions
|
@ -83,6 +83,8 @@ enum class NotificationType {
|
|||
None = 0,
|
||||
Read = 1,
|
||||
Write = 2,
|
||||
HangUp = 4,
|
||||
Error = 8,
|
||||
};
|
||||
|
||||
AK_ENUM_BITWISE_OPERATORS(NotificationType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue