Added helpers for dealing with enumerations

This commit is contained in:
Daniel P. Berrange
2008-06-24 15:00:15 +00:00
parent 313f1a7c0d
commit 47605e1dfa
3 changed files with 55 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
Tue Jun 24 15:59:33 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/util.h, src/util.c: Added helpers for managing enumerations
and conversion to/from string vs integer format
Tue Jun 24 15:29:33 EST 2008 Daniel P. Berrange <berrange@redhat.com>
* src/storage_backend.h, src/storage_backend.c: Fix const-ness