Skip to content

Commit

Permalink
Fix compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Nov 4, 2024
1 parent de70878 commit 233a7b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/eventcore/drivers/posix/io_uring/files.d
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,11 @@ final class UringDriverFiles : EventDriverFiles
return m_loop.isValid(handle);
}

final override bool isUnique(FileFD handle)
const {
return m_loop.isUnique(handle);
}

/** Increments the reference count of the given file.
*/
void addRef(FileFD descriptor)
Expand Down

0 comments on commit 233a7b8

Please sign in to comment.