aboutsummaryrefslogtreecommitdiffstats
path: root/sys/decl.go
diff options
context:
space:
mode:
Diffstat (limited to 'sys/decl.go')
-rw-r--r--sys/decl.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/decl.go b/sys/decl.go
index 6b4d24f37..270ae4582 100644
--- a/sys/decl.go
+++ b/sys/decl.go
@@ -194,13 +194,14 @@ type CsumKind int
const (
CsumInet CsumKind = iota
- CsumTCP
- CsumUDP
+ CsumPseudo
)
type CsumType struct {
IntTypeCommon
- Kind CsumKind
+ Kind CsumKind
+ Buf string
+ Protocol uint64 // for CsumPseudo
}
type VmaType struct {