From 360f125f255fd7d5a172d012c00b3cfbff5a6989 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 13 Sep 2004 13:13:21 +0000 Subject: r2326: remove definition and usage of struct socket_context metze (This used to be commit 1854907da8d577db41de9aa14573d5c8c0092f47) --- source4/smbd/service.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'source4/smbd/service.h') diff --git a/source4/smbd/service.h b/source4/smbd/service.h index 41ad381f9e..5d72d388fd 100644 --- a/source4/smbd/service.h +++ b/source4/smbd/service.h @@ -63,17 +63,7 @@ struct server_service_ops { void (*service_exit)(struct server_service *srv_ctx, const char *reason); }; -struct socket_ops { - int dummy; -}; - -struct socket_context { - void *private_data; - struct socket_ops *ops; - const char *client_addr; - uint_t pkt_count; - struct fd_event *fde; -}; +struct socket_context; struct server_socket { struct server_socket *next,*prev; -- cgit