mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
qemu: Adjust the prototype to match the function
Changing the prototype to not have "int *index" since we'll soon be disallowing index as a name. Curiously the original commit (a4504ac) for the function used 'int idx' in the function - so they didn't match. Now they do.
This commit is contained in:
parent
682ba8e930
commit
f44429a0bc
@ -288,7 +288,7 @@ typedef qemuSharedDeviceEntry *qemuSharedDeviceEntryPtr;
|
||||
|
||||
bool qemuSharedDeviceEntryDomainExists(qemuSharedDeviceEntryPtr entry,
|
||||
const char *name,
|
||||
int *index)
|
||||
int *idx)
|
||||
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2);
|
||||
|
||||
char *qemuGetSharedDeviceKey(const char *disk_path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user