summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/smbd/service_task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/smbd/service_task.h b/source4/smbd/service_task.h
index e8d90d7631..84bb512455 100644
--- a/source4/smbd/service_task.h
+++ b/source4/smbd/service_task.h
@@ -26,5 +26,6 @@ struct task_server {
const struct model_ops *model_ops;
struct messaging_context *msg_ctx;
uint32_t server_id;
+ void *private;
};