diff options
| author | Alberto Garcia | 2016-07-05 16:28:52 +0200 |
|---|---|---|
| committer | Kevin Wolf | 2016-07-13 13:26:02 +0200 |
| commit | 29338003c93c3e81ea00f7b45baeee379fa83aa5 (patch) | |
| tree | c15634bc2fc339a69a200603fed7adffcf7d5fbd /include/qapi | |
| parent | Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2016-07-12' in... (diff) | |
| download | qemu-29338003c93c3e81ea00f7b45baeee379fa83aa5.tar.gz qemu-29338003c93c3e81ea00f7b45baeee379fa83aa5.tar.xz qemu-29338003c93c3e81ea00f7b45baeee379fa83aa5.zip | |
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 'include/qapi')
0 files changed, 0 insertions, 0 deletions
