Switch storage objects to array instead of linked list

This commit is contained in:
Daniel P. Berrange
2008-10-10 15:13:28 +00:00
parent dd48e929c7
commit 2e53a9912e
8 changed files with 291 additions and 264 deletions

View File

@@ -1,3 +1,10 @@
Fri Oct 10 15:39:00 BST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/storage_conf.c, src/storage_conf.h, src/storage_driver.c,
src/storage_backend_disk.c, src/storage_backend_fs.c,
src/storage_backend_iscsi.c, src/storage_backend_logical.c:
Switch storage objects to array instead of linked list
Fri Oct 10 15:39:00 BST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/network_conf.c, src/network_conf.h, src/network_driver.c,