diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-02 05:18:19 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-02 05:18:19 +0000 |
commit | a36e69ddfe8452211bcf3ed94716c60bce5ccd8c (patch) | |
tree | 3d39dc151f5488c21f9e7635aa889e7420aea5c7 /block.h | |
parent | e4bcb14c79fb63a35aef3eb39e02c16c19b8b28d (diff) | |
download | qemu-a36e69ddfe8452211bcf3ed94716c60bce5ccd8c.tar.gz qemu-a36e69ddfe8452211bcf3ed94716c60bce5ccd8c.tar.bz2 qemu-a36e69ddfe8452211bcf3ed94716c60bce5ccd8c.zip |
Collecting block device statistics, by Richard W.M. Jones.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3760 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'block.h')
-rw-r--r-- | block.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ typedef struct QEMUSnapshotInfo { #ifndef QEMU_IMG void bdrv_info(void); +void bdrv_info_stats(void); #endif void bdrv_init(void); |