From b62ade20d0721c694785fdd2882ea28b129bb0f1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 11 Jul 2007 13:32:57 +0000 Subject: r23838: Allow to store schema and config path in ADS_STRUCT config. Guenther (This used to be commit 1d5b08326fa72bd3423b377a4e6243466e778622) --- source3/include/ads.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') diff --git a/source3/include/ads.h b/source3/include/ads.h index c01a1055b2..85c87bfeee 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -58,6 +58,8 @@ typedef struct { char *client_site_name; time_t current_time; int tried_closest_dc; + char *schema_path; + char *config_path; } config; } ADS_STRUCT; -- cgit