mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
hypervisor: domain_job: add and edit description
Signed-off-by: Kristina Hanicova <khanicov@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
34c9782d28
commit
2e480f0c64
@ -1,4 +1,6 @@
|
||||
/*
|
||||
* domain_job.c: job functions shared between hypervisor drivers
|
||||
*
|
||||
* Copyright (C) 2022 Red Hat, Inc.
|
||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
*/
|
||||
|
@ -1,4 +1,6 @@
|
||||
/*
|
||||
* domain_job.h: job functions shared between hypervisor drivers
|
||||
*
|
||||
* Copyright (C) 2022 Red Hat, Inc.
|
||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
*/
|
||||
@ -122,7 +124,8 @@ struct _virDomainJobData {
|
||||
char *errmsg; /* optional error message for failed completed jobs */
|
||||
|
||||
void *privateData; /* private data of hypervisors */
|
||||
virDomainJobDataPrivateDataCallbacks *privateDataCb; /* callbacks of private data, hypervisor based */
|
||||
virDomainJobDataPrivateDataCallbacks *privateDataCb; /* callbacks of private data,
|
||||
hypervisor based */
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user