mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
Kernel: Tidy up FileDescriptor members a bit.
This commit is contained in:
parent
123283d840
commit
237628a7a6
Notes:
sideshowbarker
2024-07-19 14:02:24 +09:00
Author: https://github.com/awesomekling
Commit: 237628a7a6
5 changed files with 10 additions and 13 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <Kernel/UnixTypes.h>
|
||||
#include <Kernel/KResult.h>
|
||||
|
||||
enum class SocketRole { None, Listener, Accepted, Connected, Connecting };
|
||||
enum class SocketRole : byte { None, Listener, Accepted, Connected, Connecting };
|
||||
enum class ShouldBlock { No = 0, Yes = 1 };
|
||||
|
||||
class FileDescriptor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue