diff options
author | Paolo Bonzini | 2014-02-17 14:43:50 +0100 |
---|---|---|
committer | Kevin Wolf | 2014-02-21 21:02:22 +0100 |
commit | c06b72781dc6dff3f1e8209b7280ff4650eb6f36 (patch) | |
tree | 91bc0847a6e9f893894d7d3130786b6be6bb1f96 /include/block | |
parent | nbd: correctly propagate errors (diff) | |
download | qemu-c06b72781dc6dff3f1e8209b7280ff4650eb6f36.tar.gz qemu-c06b72781dc6dff3f1e8209b7280ff4650eb6f36.tar.xz qemu-c06b72781dc6dff3f1e8209b7280ff4650eb6f36.zip |
nbd: inline tcp_socket_incoming_spec into sole caller
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include/block')
-rw-r--r-- | include/block/nbd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/block/nbd.h b/include/block/nbd.h index e10ab82155..1b39c064f5 100644 --- a/include/block/nbd.h +++ b/include/block/nbd.h @@ -63,7 +63,6 @@ enum { ssize_t nbd_wr_sync(int fd, void *buffer, size_t size, bool do_read); int tcp_socket_incoming(const char *address, uint16_t port); -int tcp_socket_incoming_spec(const char *address_and_port); int unix_socket_outgoing(const char *path); int unix_socket_incoming(const char *path); |