mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
admin: include: Rename argument dmn to conn in virAdmConnectListServers
This is just a trivial cosmetic change, throughout all the APIs the argument is called conn as from 'connection', having 'dmn' at just this single place might look odd, so better change it now when the interface is still explicitly disabled and we still have the ability to alter the signatures and public names before officially enabling it. Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
e10a4c67c3
commit
ef6940b917
@ -91,7 +91,7 @@ int virAdmConnectRef(virAdmConnectPtr conn);
|
|||||||
int virAdmConnectIsAlive(virAdmConnectPtr conn);
|
int virAdmConnectIsAlive(virAdmConnectPtr conn);
|
||||||
int virAdmServerFree(virAdmServerPtr srv);
|
int virAdmServerFree(virAdmServerPtr srv);
|
||||||
|
|
||||||
int virAdmConnectListServers(virAdmConnectPtr dmn,
|
int virAdmConnectListServers(virAdmConnectPtr conn,
|
||||||
virAdmServerPtr **servers,
|
virAdmServerPtr **servers,
|
||||||
unsigned int flags);
|
unsigned int flags);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user