mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
remote generator, daemon: Handle functions with multiple return values
Once again rename members in the XDR definitions to avoid special case code in the generator.
This commit is contained in:
@@ -386,10 +386,10 @@ struct remote_domain_get_info_args {
|
||||
};
|
||||
struct remote_domain_get_info_ret {
|
||||
u_char state;
|
||||
uint64_t max_mem;
|
||||
uint64_t maxMem;
|
||||
uint64_t memory;
|
||||
u_short nr_virt_cpu;
|
||||
uint64_t cpu_time;
|
||||
u_short nrVirtCpu;
|
||||
uint64_t cpuTime;
|
||||
};
|
||||
struct remote_domain_save_args {
|
||||
remote_nonnull_domain dom;
|
||||
|
||||
Reference in New Issue
Block a user