diff options
author | Alberto Garcia <berto@igalia.com> | 2016-07-05 17:28:52 +0300 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2016-07-13 13:26:02 +0200 |
commit | 29338003c93c3e81ea00f7b45baeee379fa83aa5 (patch) | |
tree | c15634bc2fc339a69a200603fed7adffcf7d5fbd /linux-user | |
parent | ca3d87d4c84032f19478010b5604cac88b045c25 (diff) | |
download | qemu-29338003c93c3e81ea00f7b45baeee379fa83aa5.zip qemu-29338003c93c3e81ea00f7b45baeee379fa83aa5.tar.gz qemu-29338003c93c3e81ea00f7b45baeee379fa83aa5.tar.bz2 |
stream: Fix prototype of stream_start()
'stream-start' has a parameter called 'backing-file', which is the
string to be written to bs->backing when the job finishes.
In the stream_start() implementation it is called 'backing_file_str',
but it the prototype in the header file it is called 'base_id'.
This patch fixes it so the name is the same in both cases and is
consistent with other cases (like commit_start()).
Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'linux-user')
0 files changed, 0 insertions, 0 deletions