Revision a1c7273b block.c

b/block.c
747 747
 * Run consistency checks on an image
748 748
 *
749 749
 * Returns 0 if the check could be completed (it doesn't mean that the image is
750
 * free of errors) or -errno when an internal error occured. The results of the
750
 * free of errors) or -errno when an internal error occurred. The results of the
751 751
 * check are stored in res.
752 752
 */
753 753
int bdrv_check(BlockDriverState *bs, BdrvCheckResult *res)

Also available in: Unified diff