From: Nick Rosbrook Date: Mon, 16 Dec 2019 18:08:00 +0000 (+0000) Subject: golang/xenlight: define Devid type as int X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1042 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fb2475aed34e5d175df04505bd44e72a9966fba9;p=xen.git golang/xenlight: define Devid type as int Signed-off-by: Nick Rosbrook Reviewed-by: George Dunlap --- diff --git a/tools/golang/xenlight/xenlight.go b/tools/golang/xenlight/xenlight.go index 640d82f35f..8ac26e63f0 100644 --- a/tools/golang/xenlight/xenlight.go +++ b/tools/golang/xenlight/xenlight.go @@ -81,6 +81,9 @@ func (e Error) Error() string { type Domid uint32 +// Devid is a device ID. +type Devid int + type MemKB uint64 type Uuid C.libxl_uuid