mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
virStoragePoolUpdateInactive: Fix variable name in comment
The function comment mistakenly refers to 'poolptr' when in fact the variable is named 'objptr'. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
e1cb98b4e9
commit
62ec38518f
@ -113,7 +113,7 @@ storagePoolRefreshImpl(virStorageBackendPtr backend,
|
||||
|
||||
/**
|
||||
* virStoragePoolUpdateInactive:
|
||||
* @poolptr: pointer to a variable holding the pool object pointer
|
||||
* @objptr: pointer to a variable holding the pool object pointer
|
||||
*
|
||||
* This function is supposed to be called after a pool becomes inactive. The
|
||||
* function switches to the new config object for persistent pools. Inactive
|
||||
|
Loading…
x
Reference in New Issue
Block a user