Re: [PATCH v2 1/4] test_driver: Implement virDomainGetJobInfo

2021-08-17 Thread Martin Kletzander
On Mon, Aug 16, 2021 at 07:13:34PM +0800, Luke Yue wrote: priv-jobState is used to store dummy job type, and priv->jobOperation is used to store dummy job operation, they are initialized to VIR_DOMAIN_JOB_NONE and VIR_DOMAIN_JOB_OPERATION_UNKNOWN, we can just change them in other job related

[PATCH v2 1/4] test_driver: Implement virDomainGetJobInfo

2021-08-16 Thread Luke Yue
priv-jobState is used to store dummy job type, and priv->jobOperation is used to store dummy job operation, they are initialized to VIR_DOMAIN_JOB_NONE and VIR_DOMAIN_JOB_OPERATION_UNKNOWN, we can just change them in other job related APIs as there is no real job in test driver. Signed-off-by: