|
a/src/main.hxx |
|
b/src/main.hxx |
|
... |
|
... |
24 |
extern std::string g_datadir;
|
24 |
extern std::string g_datadir;
|
25 |
extern std::string g_cachedir;
|
25 |
extern std::string g_cachedir;
|
26 |
extern bool g_enableL16;
|
26 |
extern bool g_enableL16;
|
27 |
extern bool g_lumincompat;
|
27 |
extern bool g_lumincompat;
|
28 |
class ConfSimple;
|
28 |
class ConfSimple;
|
|
|
29 |
// The global static configuration data
|
29 |
extern ConfSimple *g_config;
|
30 |
extern ConfSimple *g_config;
|
|
|
31 |
// A scratchpad for modules to record state information across restart
|
|
|
32 |
// (e.g. Source, Radio channel).
|
|
|
33 |
extern ConfSimple *g_state;
|
30 |
|
34 |
|
31 |
// Start media server upmpdcli process (-m 2). This can be called
|
35 |
// Start media server upmpdcli process (-m 2). This can be called
|
32 |
// either from main() if some streaming services plugins are active
|
36 |
// either from main() if some streaming services plugins are active
|
33 |
// (have a defined user), or from ohcredentials when a service is
|
37 |
// (have a defined user), or from ohcredentials when a service is
|
34 |
// activated (it may not be configured locally). Uses static data and
|
38 |
// activated (it may not be configured locally). Uses static data and
|