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:
Matthias Bolte
2011-04-23 09:36:33 +02:00
parent 38982f18f2
commit 6384104bcc
8 changed files with 397 additions and 369 deletions

View File

@@ -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;