~nova-coresec/ubuntu/maverick/libvirt/nova-ppa

« back to all changes in this revision

Viewing changes to src/esx/esx_vmx.h

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther
  • Date: 2010-05-09 14:25:00 UTC
  • mto: (1.2.5 upstream) (3.4.15 squeeze)
  • mto: This revision was merged to the branch mainline in revision 92.
  • Revision ID: james.westby@ubuntu.com-20100509142500-1aracjxxmac2zx33
Import upstream version 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
virDomainDefPtr
59
59
esxVMX_ParseConfig(esxVI_Context *ctx, const char *vmx,
60
60
                   const char *datastoreName, const char *directoryName,
61
 
                   esxVI_APIVersion apiVersion);
 
61
                   esxVI_ProductVersion productVersion);
62
62
 
63
63
int
64
64
esxVMX_ParseVNC(virConfPtr conf, virDomainGraphicsDefPtr *def);
96
96
 
97
97
char *
98
98
esxVMX_FormatConfig(esxVI_Context *ctx, virDomainDefPtr def,
99
 
                    esxVI_APIVersion apiVersion);
 
99
                    esxVI_ProductVersion productVersion);
100
100
 
101
101
int
102
102
esxVMX_FormatVNC(virDomainGraphicsDefPtr def, virBufferPtr buffer);