summaryrefslogtreecommitdiff
path: root/source4/smbd/service_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smbd/service_task.h')
-rw-r--r--source4/smbd/service_task.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/smbd/service_task.h b/source4/smbd/service_task.h
index c0adf08fd0..f89b5e65f9 100644
--- a/source4/smbd/service_task.h
+++ b/source4/smbd/service_task.h
@@ -27,8 +27,10 @@ struct task_server {
struct event_context *event_ctx;
const struct model_ops *model_ops;
struct messaging_context *msg_ctx;
- uint32_t server_id;
+ struct server_id server_id;
void *private;
};
+
+
#endif /* __SERVICE_TASK_H__ */