mirror of
https://github.com/ii64/gouring.git
synced 2025-04-01 03:41:44 +02:00
chore: clean prints
Signed-off-by: Nugraha <26342994+ii64@users.noreply.github.com>
This commit is contained in:
parent
76ea6c66e8
commit
0d089ce00d
1 changed files with 0 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
package gouring
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"reflect"
|
||||
"syscall"
|
||||
"unsafe"
|
||||
|
@ -94,8 +93,6 @@ func setup(r *Ring, entries uint, parmas *IOUringParams) (ringFd int, err error)
|
|||
Cap: int(p.SQEntries),
|
||||
}))
|
||||
|
||||
fmt.Printf("insp %+#v %+#v\n", len(sq.Event), cap(sq.Event))
|
||||
|
||||
// CQ
|
||||
|
||||
cq.Head = (*uint32)(unsafe.Pointer(cqRingPtr + uintptr(p.CQOff.Head)))
|
||||
|
@ -110,8 +107,6 @@ func setup(r *Ring, entries uint, parmas *IOUringParams) (ringFd int, err error)
|
|||
Cap: int(p.CQEntries),
|
||||
}))
|
||||
|
||||
fmt.Printf("insp %+#v %+#v\n", len(cq.Event), cap(cq.Event))
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue