mirror of
https://github.com/ii64/gouring.git
synced 2025-04-01 03:41:44 +02:00
Update uring.go
This commit is contained in:
parent
944f7f7e5e
commit
47a905de56
1 changed files with 1 additions and 1 deletions
2
uring.go
2
uring.go
|
@ -40,7 +40,7 @@ func (h *IoUring) SeenCqe(cqe *IoUringCqe) {
|
|||
}
|
||||
|
||||
func (h *IoUring) Submit() (int, error) {
|
||||
return h.io_uringn_submit()
|
||||
return h.io_uring_submit()
|
||||
}
|
||||
|
||||
func (h *IoUring) SubmitAndWait(waitNr uint32) (int, error) {
|
||||
|
|
Loading…
Add table
Reference in a new issue