> On Feb 21, 2017, at 11:45 AM, Christopher Collins <[email protected]> wrote: > > On Tue, Feb 21, 2017 at 11:35:53AM -0800, marko kiiskila wrote: > [conf_get_value()] >> Note that this routine was not meant to be exported, but if it’s useful, >> we should continue doing that :) > > Is there a preferred method of reading a config var?
The plan was to have config stay within the package which owns the variable. If you need config from other package, you’d ask for it with an API call to that package. I.e. names used for config variables were not meant to be part of package API. — M
