diff options
Diffstat (limited to 'server/monitor.h')
-rw-r--r-- | server/monitor.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/monitor.h b/server/monitor.h index 024c29c2..17094a85 100644 --- a/server/monitor.h +++ b/server/monitor.h @@ -1 +1,3 @@ -void monitor_task_init(struct task_server *task); +int start_monitor(TALLOC_CTX *mem_ctx, + struct event_context *event_ctx, + struct confdb_ctx *cdb); |