Skip to content
Snippets Groups Projects
user avatar
Daniel P. Berrangé authored
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: default avatarDaniel P. Berrange <berrange@redhat.com>
e8f117f3
History
Name Last commit Last update
..