diff options
Diffstat (limited to 'server/providers/dp_backend.h')
-rw-r--r-- | server/providers/dp_backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/providers/dp_backend.h b/server/providers/dp_backend.h index 81df6b7d..c7cb61c4 100644 --- a/server/providers/dp_backend.h +++ b/server/providers/dp_backend.h @@ -35,6 +35,7 @@ struct be_ctx { const char *name; const char *domain; const char *identity; + const char *conf_path; struct be_mod_ops *ops; void *pvt_data; }; |