]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
Remove obsolete 'f' double parameter type
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 21 Oct 2010 15:15:49 +0000 (17:15 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 3 Nov 2010 17:48:09 +0000 (12:48 -0500)
commit07de3e60b05d13f255d12f8dfac8e3b1e5e34d7d
treeff4b943f66d747c8e2e014d8a368d2b86d03bc7f
parented3d4a8075ac6f2437e100bc063bad82ff3a8671
Remove obsolete 'f' double parameter type

'f' double is no longer used, and we should be using floating point
variables to store byte sizes. Remove it.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
monitor.c