OSDN Git Service

block/backup: make function variables consistently named
authorJohn Snow <jsnow@redhat.com>
Thu, 30 Aug 2018 01:57:32 +0000 (21:57 -0400)
committerMax Reitz <mreitz@redhat.com>
Fri, 31 Aug 2018 14:28:33 +0000 (16:28 +0200)
commit6870277535493fea31761d8d11ec23add2de0fb0
tree93029f4036057607fa86ea0128a06c57b3840836
parenteb23654dbe43b549ea2a9ebff9d8edf544d34a73
block/backup: make function variables consistently named

Rename opaque_job to job to be consistent with other job implementations.
Rename 'job', the BackupBlockJob object, to 's' to also be consistent.

Suggested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 20180830015734.19765-8-jsnow@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/backup.c