* Daniel P. Berrange (berrange(a)redhat.com) wrote:
(*
* This is the list of all libvirt methods which return
* pointers to locked objects
*)
let lockedObjMethods = [
"virDomainFindByID";
"virDomainFindByUUID";
"virDomainFindByName";
"virDomainAssignDef";
...
All quite cool. Anyway to annotate the source so these tables don't get
out of date?