diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-08-08 10:21:26 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-11-02 18:35:06 +0100 |
commit | d263a20bcfc94a59c87176df6c2d29d65a7e4e6a (patch) | |
tree | 69823f56d367feb4653a4f11f750b415868464f2 /qemu-file.h | |
parent | 70eb6330343ebc61e5fb22be3d137df40f4bb058 (diff) |
migration: replace qemu_stdio_fd with qemu_get_fd
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-file.h')
-rw-r--r-- | qemu-file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-file.h b/qemu-file.h index d552f5d906..d64bdbb19b 100644 --- a/qemu-file.h +++ b/qemu-file.h @@ -80,7 +80,6 @@ QEMUFile *qemu_fopen_socket(int fd); QEMUFile *qemu_popen(FILE *popen_file, const char *mode); QEMUFile *qemu_popen_cmd(const char *command, const char *mode); int qemu_get_fd(QEMUFile *f); -int qemu_stdio_fd(QEMUFile *f); int qemu_fclose(QEMUFile *f); void qemu_put_buffer(QEMUFile *f, const uint8_t *buf, int size); void qemu_put_byte(QEMUFile *f, int v); |