Revision 6181ec24 include/migration/qemu-file.h

b/include/migration/qemu-file.h
75 75
int64_t qemu_ftell(QEMUFile *f);
76 76
void qemu_put_buffer(QEMUFile *f, const uint8_t *buf, int size);
77 77
void qemu_put_byte(QEMUFile *f, int v);
78
/*
79
 * put_buffer without copying the buffer.
80
 * The buffer should be available till it is sent asynchronously.
81
 */
82
void qemu_put_buffer_async(QEMUFile *f, const uint8_t *buf, int size);
78 83

  
79 84
static inline void qemu_put_ubyte(QEMUFile *f, unsigned int v)
80 85
{

Also available in: Unified diff