summaryrefslogtreecommitdiff
path: root/source4/smbd/process_model.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-06-28 08:39:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:48 -0500
commit8bf537d119be3e1823ad41b8b8af0d163251b1c5 (patch)
treebbacd6ecb45e1a1cb095f389a21d39b2c426196e /source4/smbd/process_model.h
parent4ddb2d347d86818a13d71d0eb2f0f8983c2cc41f (diff)
downloadsamba-8bf537d119be3e1823ad41b8b8af0d163251b1c5.tar.gz
samba-8bf537d119be3e1823ad41b8b8af0d163251b1c5.tar.bz2
samba-8bf537d119be3e1823ad41b8b8af0d163251b1c5.zip
r1280: rename struct request_context to smbsrv_request
metze (This used to be commit a85d2db5826a84b812ea5162a11f54edd25f74e3)
Diffstat (limited to 'source4/smbd/process_model.h')
-rw-r--r--source4/smbd/process_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smbd/process_model.h b/source4/smbd/process_model.h
index b605892598..8d6635205c 100644
--- a/source4/smbd/process_model.h
+++ b/source4/smbd/process_model.h
@@ -54,7 +54,7 @@ struct model_ops {
void (*exit_server)(struct smbsrv_context *smb, const char *reason);
/* returns process or thread id */
- int (*get_id)(struct request_context *req);
+ int (*get_id)(struct smbsrv_request *req);
};
/* this structure is used by modules to determine the size of some critical types */