Re: [Libvir] python libvirt methods to virDomainBlockStats and virDomainInterfaceStats

2007-09-27 Thread Richard W.M. Jones
Marco Sinhoreli wrote: Hello all, I'm using libvirt from cvs, and in libvirt.h there are virDomainBlockStats, and virDomainInterfaceStats calls. I think it is compiled into libvirtmod, then I'm trying to write two methods, blockStats, and interfacesStats in the class virDomain at the libvirt.py

[Libvir] python libvirt methods to virDomainBlockStats and virDomainInterfaceStats

2007-09-26 Thread Marco Sinhoreli
Hello all, I'm using libvirt from cvs, and in libvirt.h there are virDomainBlockStats, and virDomainInterfaceStats calls. I think it is compiled into libvirtmod, then I'm trying to write two methods, blockStats, and interfacesStats in the class virDomain at the libvirt.py library file. I'm not a s