summaryrefslogtreecommitdiff
path: root/source4/smbd/service_stream.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@redhat.com>2010-02-04 17:03:04 +0100
committerStefan Metzmacher <metze@samba.org>2010-02-23 13:48:21 +0100
commit69d5cea2e59162f19460e7ce4b6382fc5fdd6ca0 (patch)
tree8dcb92dfc63b863d3a54866a534d88a1f7e18c35 /source4/smbd/service_stream.c
parent394a7ceeeb0d9aa81dfd2b76a841c7f3380e63dc (diff)
downloadsamba-69d5cea2e59162f19460e7ce4b6382fc5fdd6ca0.tar.gz
samba-69d5cea2e59162f19460e7ce4b6382fc5fdd6ca0.tar.bz2
samba-69d5cea2e59162f19460e7ce4b6382fc5fdd6ca0.zip
s4-smb: Migrate named_pipe_server to tsocket.
Diffstat (limited to 'source4/smbd/service_stream.c')
-rw-r--r--source4/smbd/service_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/service_stream.c b/source4/smbd/service_stream.c
index 2d8b9559f4..14387e9558 100644
--- a/source4/smbd/service_stream.c
+++ b/source4/smbd/service_stream.c
@@ -98,7 +98,7 @@ static void stream_io_handler(struct stream_connection *conn, uint16_t flags)
}
}
-static void stream_io_handler_fde(struct tevent_context *ev, struct tevent_fd *fde,
+void stream_io_handler_fde(struct tevent_context *ev, struct tevent_fd *fde,
uint16_t flags, void *private_data)
{
struct stream_connection *conn = talloc_get_type(private_data,