summaryrefslogtreecommitdiff
path: root/source4/smbd/service.h
diff options
context:
space:
mode:
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 */