Merge pull request #706 from hackerchai/fix/c-libuv-struct-size
fix(c/libuv): Add multiple struct size
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. */
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
/* Handle types. */
|
||||
|
||||
type Signal struct {
|
||||
Unused [0]byte
|
||||
Unused [152]byte
|
||||
}
|
||||
|
||||
// ----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user