]> git.proxmox.com Git - qemu.git/commitdiff
blockjob: rename BlockJobType to BlockJobDriver
authorFam Zheng <famz@redhat.com>
Tue, 8 Oct 2013 09:29:38 +0000 (17:29 +0800)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Oct 2013 08:52:54 +0000 (10:52 +0200)
We will use BlockJobType as the enum type name of block jobs in QAPI,
rename current BlockJobType to BlockJobDriver, which will eventually
become a set of operations, similar to block drivers.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>

No differences found