mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
bsd.h: Add Table Mutex
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -203,6 +203,7 @@ private:
|
|||||||
void BuildErrnoResponse(HLERequestContext& ctx, Errno bsd_errno) const noexcept;
|
void BuildErrnoResponse(HLERequestContext& ctx, Errno bsd_errno) const noexcept;
|
||||||
|
|
||||||
std::array<std::optional<FileDescriptor>, MAX_FD> file_descriptors;
|
std::array<std::optional<FileDescriptor>, MAX_FD> file_descriptors;
|
||||||
|
std::mutex fd_table_mutex; // Protects access to the file_descriptors array
|
||||||
|
|
||||||
Network::RoomNetwork& room_network;
|
Network::RoomNetwork& room_network;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user