diff options
Diffstat (limited to 'container/syscall.go')
| -rw-r--r-- | container/syscall.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container/syscall.go b/container/syscall.go index e5f86cf6..5f392c35 100644 --- a/container/syscall.go +++ b/container/syscall.go @@ -58,7 +58,7 @@ const ( // schedParam is equivalent to struct sched_param from include/linux/sched.h. type schedParam struct { // sched_priority - priority std.ScmpInt + priority std.Int } // schedSetscheduler sets both the scheduling policy and parameters for the |
