|
a/src/main.cxx |
|
b/src/main.cxx |
|
... |
|
... |
133 |
|
133 |
|
134 |
string g_datadir(DATADIR "/");
|
134 |
string g_datadir(DATADIR "/");
|
135 |
|
135 |
|
136 |
// Global
|
136 |
// Global
|
137 |
string g_configfilename(CONFIGDIR "/upmpdcli.conf");
|
137 |
string g_configfilename(CONFIGDIR "/upmpdcli.conf");
|
138 |
PTMutexInit g_configlock;
|
138 |
std::mutex g_configlock;
|
139 |
ConfSimple *g_config;
|
139 |
ConfSimple *g_config;
|
140 |
|
140 |
|
141 |
static void onsig(int)
|
141 |
static void onsig(int)
|
142 |
{
|
142 |
{
|
143 |
LOGDEB("Got sig" << endl);
|
143 |
LOGDEB("Got sig" << endl);
|