Skip to content

Commit

Permalink
use internal
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Dec 31, 2023
1 parent 3d6d33a commit b96c3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/iouring-go/mmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"syscall"
"unsafe"

iouring_syscall "github.com/iceber/iouring-go/syscall"
iouring_syscall "github.com/centrifugal/centrifuge/internal/iouring-go/syscall"
)

const uint32Size = uint32(unsafe.Sizeof(uint32(0)))
Expand Down

0 comments on commit b96c3b0

Please sign in to comment.