mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
qemu: rename qemuDomainObjFreeJob -> qemuDomainObjClearJob
This function does not free the job. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
cfd4adb51e
commit
ce66f9724c
@ -1859,7 +1859,7 @@ qemuDomainObjPrivateFree(void *data)
|
||||
qemuDomainObjPrivateDataClear(priv);
|
||||
|
||||
virObjectUnref(priv->monConfig);
|
||||
qemuDomainObjFreeJob(&priv->job);
|
||||
qemuDomainObjClearJob(&priv->job);
|
||||
VIR_FREE(priv->lockState);
|
||||
VIR_FREE(priv->origname);
|
||||
|
||||
|
@ -246,7 +246,7 @@ qemuDomainObjRestoreJob(virDomainObjPtr obj,
|
||||
}
|
||||
|
||||
void
|
||||
qemuDomainObjFreeJob(qemuDomainJobObjPtr job)
|
||||
qemuDomainObjClearJob(qemuDomainJobObjPtr job)
|
||||
{
|
||||
qemuDomainObjResetJob(job);
|
||||
qemuDomainObjResetAsyncJob(job);
|
||||
|
@ -274,7 +274,7 @@ int qemuDomainJobInfoToParams(qemuDomainJobInfoPtr jobInfo,
|
||||
|
||||
bool qemuDomainTrackJob(qemuDomainJob job);
|
||||
|
||||
void qemuDomainObjFreeJob(qemuDomainJobObjPtr job);
|
||||
void qemuDomainObjClearJob(qemuDomainJobObjPtr job);
|
||||
|
||||
int
|
||||
qemuDomainObjInitJob(qemuDomainJobObjPtr job,
|
||||
|
Loading…
Reference in New Issue
Block a user