Browse Source
The QIOChannelBuffer struct uses a 'char *' for its data buffer. It will give simpler type compatibility with the migration APIs if it uses 'uint8_t *' instead, avoiding several casts. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>pull/36/head
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue