summaryrefslogtreecommitdiff
path: root/source4/smbd/process_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smbd/process_model.h')
-rw-r--r--source4/smbd/process_model.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/smbd/process_model.h b/source4/smbd/process_model.h
index 4080d2d4b6..d525ce9cdd 100644
--- a/source4/smbd/process_model.h
+++ b/source4/smbd/process_model.h
@@ -51,9 +51,11 @@ struct model_ops {
void (*)(struct event_context *, uint32_t, void *),
void *);
- /* function to terminate a task */
+ /* function to terminate a connection or task */
void (*terminate)(struct event_context *, const char *reason);
+ /* function to set a title for the connection or task */
+ void (*set_title)(struct event_context *, const char *title);
};
/* this structure is used by modules to determine the size of some critical types */