summaryrefslogtreecommitdiff
path: root/source4/smbd/process_model.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-03 20:57:38 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-03 10:40:52 +0000
commita12c3305b328d653a19cb17fcf1d47e3ab9b0898 (patch)
tree0a91d49318bce9790e14f95f293845bc11d72bd2 /source4/smbd/process_model.h
parent6614f847e06551b08f59106352df02c5d13ff23a (diff)
downloadsamba-a12c3305b328d653a19cb17fcf1d47e3ab9b0898.tar.gz
samba-a12c3305b328d653a19cb17fcf1d47e3ab9b0898.tar.bz2
samba-a12c3305b328d653a19cb17fcf1d47e3ab9b0898.zip
s4-server: cleanup allocation of process models
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 3 10:40:52 UTC 2010 on sn-devel-104
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 b5790316ec..4399d3689f 100644
--- a/source4/smbd/process_model.h
+++ b/source4/smbd/process_model.h
@@ -80,7 +80,7 @@ struct process_model_critical_sizes {
extern const struct model_ops single_ops;
const struct model_ops *process_model_startup(const char *model);
-NTSTATUS register_process_model(const void *_ops);
+NTSTATUS register_process_model(const struct model_ops *ops);
NTSTATUS process_model_init(struct loadparm_context *lp_ctx);
#endif /* __PROCESS_MODEL_H__ */