diff options
Diffstat (limited to 'source3/include/ads.h')
-rw-r--r-- | source3/include/ads.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |