Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Mar 16, 2023
1 parent 4b8a3bf commit 153275c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/eventcore/drivers/posix/driver.d
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ final class PosixEventDriver(Loop : PosixEventLoop) : EventDriver {
this()
@nogc @trusted {
m_loop = mallocT!Loop;
version (EventcoreEpollUsesUring) m_uring = mallocT!UringCore;
m_uring = mallocT!UringCore;
m_sockets = mallocT!SocketsDriver(m_loop);
m_events = mallocT!EventsDriver(m_loop, m_sockets);
m_signals = mallocT!SignalsDriver(m_loop);
Expand Down

0 comments on commit 153275c

Please sign in to comment.