|
a/src/upmpd.cxx |
|
b/src/upmpd.cxx |
|
... |
|
... |
208 |
bool enableAV = true;
|
208 |
bool enableAV = true;
|
209 |
bool enableOH = true;
|
209 |
bool enableOH = true;
|
210 |
bool ohmetapersist = true;
|
210 |
bool ohmetapersist = true;
|
211 |
string upmpdcliuser("upmpdcli");
|
211 |
string upmpdcliuser("upmpdcli");
|
212 |
string pidfilename("/var/run/upmpdcli.pid");
|
212 |
string pidfilename("/var/run/upmpdcli.pid");
|
|
|
213 |
string iconpath(DATADIR "/icon.png");
|
213 |
string presentationhtml(DATADIR "/presentation.html");
|
214 |
string presentationhtml(DATADIR "/presentation.html");
|
214 |
string iface;
|
215 |
string iface;
|
215 |
unsigned short upport = 0;
|
216 |
unsigned short upport = 0;
|
216 |
string upnpip;
|
217 |
string upnpip;
|
217 |
|
218 |
|