It's obvious that unsigned long long is 64 bit and also our web page
generator would misplace the comment after the return value due to the
way it's parsing them.
int
virDomainBlockPeek(virDomainPtr dom,
const char *disk,
- unsigned long long offset /* really 64 bits */,
+ unsigned long long offset,
size_t size,
void *buffer,
unsigned int flags)
*/
int
virDomainMemoryPeek(virDomainPtr dom,
- unsigned long long start /* really 64 bits */,
+ unsigned long long start,
size_t size,
void *buffer,
unsigned int flags)