On 10/7/19 4:12 PM, Nick Rosbrook wrote: > From: Nick Rosbrook <[email protected]> > > Define Defbool as struct analagous to the C type, and define the type > 'defboolVal' that represent true, false, and default defbool values. > > Implement Set, Unset, SetIfDefault, IsDefault, Val, and String functions > on Defbool so that the type can be used in Go analagously to how its > used in C. > > Finally, implement fromC and toC functions. > > Signed-off-by: Nick Rosbrook <[email protected]>
Looks good: Reviewed-by: George Dunlap <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
