fix(c/libuv): Add multiple struct size
Signed-off-by: hackerchai <i@hackerchai.com>
This commit is contained in:
@@ -99,7 +99,8 @@ type Loop struct {
|
||||
}
|
||||
|
||||
type Poll struct {
|
||||
Unused [0]byte
|
||||
Data c.Pointer
|
||||
Unused [160]byte
|
||||
}
|
||||
|
||||
/* Request types. */
|
||||
|
||||
Reference in New Issue
Block a user