diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-11 10:36:08 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-17 08:49:38 -0600 |
commit | ec072ced1e48cccbdd2275d7b910ad29efb0f2d0 (patch) | |
tree | 8d3129ade9cff19ef5c545daf999b716877dd615 /qobject.h | |
parent | Allow strings to grow in size (diff) | |
download | qemu-kvm-ec072ced1e48cccbdd2275d7b910ad29efb0f2d0.tar.gz qemu-kvm-ec072ced1e48cccbdd2275d7b910ad29efb0f2d0.tar.bz2 qemu-kvm-ec072ced1e48cccbdd2275d7b910ad29efb0f2d0.zip |
Add a QFloat datatype
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qobject.h')
-rw-r--r-- | qobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ typedef enum { QTYPE_QSTRING, QTYPE_QDICT, QTYPE_QLIST, + QTYPE_QFLOAT, } qtype_code; struct QObject; |