mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-08 16:06:47 +00:00
Upgrades containerd, and switches to the official 64-bit ARM binary. Continues to use my binary for 32-bit arm hosts. CNI upgraded to v0.9.1 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
9 lines
163 B
Go
Generated
9 lines
163 B
Go
Generated
package winapi
|
|
|
|
const PROCESS_ALL_ACCESS uint32 = 2097151
|
|
|
|
const (
|
|
PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE = 0x20016
|
|
PROC_THREAD_ATTRIBUTE_JOB_LIST = 0x2000D
|
|
)
|