mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user