From d4ae6ae74d712b74800e360590052d318d2fd101 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 28 Jun 2004 07:41:15 +0000 Subject: r1277: rename struct server_context to smbsrv_ontext because I need server_context fot the generic server infastructure metze (This used to be commit 0712f9f30797e65362c99423c0cf158a2f539000) --- source4/smbd/process_model.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/smbd/process_model.h') diff --git a/source4/smbd/process_model.h b/source4/smbd/process_model.h index f56635e62c..b605892598 100644 --- a/source4/smbd/process_model.h +++ b/source4/smbd/process_model.h @@ -45,13 +45,13 @@ struct model_ops { void (*accept_rpc_connection)(struct event_context *, struct fd_event *, time_t, uint16_t); /* function to terminate a connection */ - void (*terminate_connection)(struct server_context *smb, const char *reason); + void (*terminate_connection)(struct smbsrv_context *smb, const char *reason); /* function to terminate a connection */ void (*terminate_rpc_connection)(void *r, const char *reason); /* function to exit server */ - void (*exit_server)(struct server_context *smb, const char *reason); + void (*exit_server)(struct smbsrv_context *smb, const char *reason); /* returns process or thread id */ int (*get_id)(struct request_context *req); -- cgit