summaryrefslogtreecommitdiff
path: root/src/ch
diff options
context:
space:
mode:
authorKristina Hanicova <khanicov@redhat.com>2022-09-05 15:57:01 +0200
committerJán Tomko <jtomko@redhat.com>2022-09-07 12:06:17 +0200
commit2378f9d86ebe12ca709e96ef0e6b9845d62d779a (patch)
tree19ea71f418a73e3a31a8602d6668a17f3475b7d3 /src/ch
parent15e9c5ae2f3d293beaeb2ed433403e0df4a92a48 (diff)
downloadlibvirt-2378f9d86ebe12ca709e96ef0e6b9845d62d779a.tar.gz
move files: hypervisor/domain_job -> conf/virdomainjob
The following patches move job object as a member into the domain object. Because of this, domain_conf (where the domain object is defined) needs to import the file with the job object. It makes sense to move jobs to the same level as the domain_conf: into src/conf/ Signed-off-by: Kristina Hanicova <khanicov@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'src/ch')
-rw-r--r--src/ch/ch_domain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ch/ch_domain.h b/src/ch/ch_domain.h
index b3bebd6b9a..27efe2feed 100644
--- a/src/ch/ch_domain.h
+++ b/src/ch/ch_domain.h
@@ -24,7 +24,7 @@
#include "ch_monitor.h"
#include "virchrdev.h"
#include "vircgroup.h"
-#include "domain_job.h"
+#include "virdomainjob.h"
/* Give up waiting for mutex after 30 seconds */
#define CH_JOB_WAIT_TIME (1000ull * 30)