From f6a8158eed215954dafb7f622f6fd345b5b473d2 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 8 Jan 2008 16:46:55 +0000 Subject: Make seek information part of the xfer metadata, rather than an entirely separate xfer method. Add missing .alloc_iob entries to several xfer_interface_operations structures. --- src/net/tcp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/net/tcp.c') diff --git a/src/net/tcp.c b/src/net/tcp.c index 2b9a97b0a..d6b44b02b 100644 --- a/src/net/tcp.c +++ b/src/net/tcp.c @@ -1022,7 +1022,6 @@ static int tcp_xfer_deliver_iob ( struct xfer_interface *xfer, static struct xfer_interface_operations tcp_xfer_operations = { .close = tcp_xfer_close, .vredirect = ignore_xfer_vredirect, - .seek = ignore_xfer_seek, .window = tcp_xfer_window, .alloc_iob = default_xfer_alloc_iob, .deliver_iob = tcp_xfer_deliver_iob, -- cgit v1.2.3-55-g7522