[libvirt] [RFC][PATCH] Growable bitmap implementation

Daniel P. Berrange berrange at redhat.com
Mon Feb 4 18:05:21 UTC 2013


On Mon, Feb 04, 2013 at 12:01:16PM -0500, Stefan Berger wrote:
> Add a growable bitmap implementation building on top of the 'regular'
> bitmap implementation. (no doubt, this could also be done differently...)

Indeed, I don't think this approach is desirable. Either add a
'bool growable' parameter to virBitmapNew(), or define a new
constructor virBitmapNewGrowable() and implement it directly
in the existing codebase.

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list