1
0
Fork 0
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:
fzn0x 2022-10-02 18:14:52 +07:00 committed by GitHub
parent 944f7f7e5e
commit 47a905de56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {