Switch to unified view
a/src/ohmetacache.cxx | b/src/ohmetacache.cxx | ||
---|---|---|---|
... |
... |
||
24 | 24 | ||
25 | #include <iostream> |
25 | #include <iostream> |
26 | #include <utility> |
26 | #include <utility> |
27 | 27 | ||
28 | #include "libupnpp/log.h" |
28 | #include "libupnpp/log.h" |
29 | #include "libupnpp/workqueue.h"
|
29 | #include "workqueue.h" |
30 | 30 | ||
31 | using namespace std; |
31 | using namespace std; |
32 | 32 | ||
33 | static unsigned int slptimesecs; |
33 | static unsigned int slptimesecs; |
34 | void dmcacheSetOpts(unsigned int slpsecs) |
34 | void dmcacheSetOpts(unsigned int slpsecs) |