diff options
Diffstat (limited to 'src/common/config.h')
-rw-r--r-- | src/common/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/config.h b/src/common/config.h index ff7bc20f613..3e7b51d987d 100644 --- a/src/common/config.h +++ b/src/common/config.h @@ -39,6 +39,8 @@ enum { extern const char *ceph_conf_level_name(int level); +extern const char *CEPH_CONF_FILE_DEFAULT; + /** This class represents the current Ceph configuration. * * For Ceph daemons, this is the daemon configuration. Log levels, caching |