mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-25 12:13:27 +00: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;
|
||||
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user