Re: [Xen-devel] [PATCH 10/24] golang/xenlight: define EvLink builtin as empty struct

2019-11-13 Thread George Dunlap
On 10/7/19 4:12 PM, Nick Rosbrook wrote: > From: Nick Rosbrook > > Define EvLink as empty struct as there is currently no reason the internal of > this type should be used in Go. > > Implement fromC and toC functions as no-ops. > > Signed-off-by: Nick Rosbrook Reviewed-by: George Dunlap

[Xen-devel] [PATCH 10/24] golang/xenlight: define EvLink builtin as empty struct

2019-10-07 Thread Nick Rosbrook
From: Nick Rosbrook Define EvLink as empty struct as there is currently no reason the internal of this type should be used in Go. Implement fromC and toC functions as no-ops. Signed-off-by: Nick Rosbrook --- Cc: George Dunlap Cc: Ian Jackson Cc: Wei Liu tools/golang/xenlight/xenlight.go