summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi/linux/rusage.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/abi/linux/rusage.go')
-rw-r--r--pkg/abi/linux/rusage.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/abi/linux/rusage.go b/pkg/abi/linux/rusage.go
index d8302dc85..e29d0ac7e 100644
--- a/pkg/abi/linux/rusage.go
+++ b/pkg/abi/linux/rusage.go
@@ -26,6 +26,8 @@ const (
)
// Rusage represents the Linux struct rusage.
+//
+// +marshal
type Rusage struct {
UTime Timeval
STime Timeval