summaryrefslogtreecommitdiff
path: root/source4/smbd/service.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-01-11 02:18:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:40 -0500
commitfdfa2adcb1f6771c1c2d45dd65f48b299d2b712b (patch)
tree4fbf0e9bb51979c3903f2a1b8e8f830586594349 /source4/smbd/service.h
parenta36f456adf2ae7988ed265b36c2353af288263be (diff)
downloadsamba-fdfa2adcb1f6771c1c2d45dd65f48b299d2b712b.tar.gz
samba-fdfa2adcb1f6771c1c2d45dd65f48b299d2b712b.tar.bz2
samba-fdfa2adcb1f6771c1c2d45dd65f48b299d2b712b.zip
r4667: Don't follow a NULL pointer for an idle event handler.
Fix up some header comments. Andrew Bartlett (This used to be commit 62005a3924e2af52c7173098b0b38eca14e03609)
Diffstat (limited to 'source4/smbd/service.h')
-rw-r--r--source4/smbd/service.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/smbd/service.h b/source4/smbd/service.h
index 5bb43a74fa..20bf6e9b8f 100644
--- a/source4/smbd/service.h
+++ b/source4/smbd/service.h
@@ -47,13 +47,11 @@ struct server_service_ops {
/* function to accept new connection */
void (*accept_connection)(struct server_connection *);
- /* function to accept new connection */
void (*recv_handler)(struct server_connection *, struct timeval, uint16_t);
- /* function to accept new connection */
void (*send_handler)(struct server_connection *, struct timeval, uint16_t);
- /* function to accept new connection */
+ /* function to be called when the server is idle */
void (*idle_handler)(struct server_connection *, struct timeval);
/* function to close a connection */