Skip to content

Commit bfb473d

Browse files
committed
ref->ptr
1 parent d029798 commit bfb473d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nimuring/io_uring.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ type
16951695
opsLen*: uint8 ## length of ops[] array below
16961696
resv*: uint16
16971697
resv2*: array[3, uint32]
1698-
ops*: ref ProbeOp
1698+
ops*: ptr ProbeOp
16991699

17001700
Restriction* = object
17011701
opcode*: RestrictionOp

0 commit comments

Comments
 (0)