bsd.h: Add Table Mutex

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2026-01-14 19:35:54 +00:00
parent 8f49dbd6ad
commit 062f5e4794

View File

@@ -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;