stream: Fix prototype of stream_start()
commit29338003c93c3e81ea00f7b45baeee379fa83aa5
authorAlberto Garcia <berto@igalia.com>
Tue, 5 Jul 2016 14:28:52 +0000 (5 17:28 +0300)
committerKevin Wolf <kwolf@redhat.com>
Wed, 13 Jul 2016 11:26:02 +0000 (13 13:26 +0200)
treec15634bc2fc339a69a200603fed7adffcf7d5fbd
parentca3d87d4c84032f19478010b5604cac88b045c25
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>
include/block/block_int.h