lib/upnp/Discovery: remove locking from ExpireDevices()

This commit is contained in:
Max Kellermann
2015-02-03 23:48:11 +01:00
parent 3d446d3266
commit 833ec3d3cd
2 changed files with 6 additions and 7 deletions

View File

@@ -138,6 +138,8 @@ private:
* Look at the devices and get rid of those which have not
* been seen for too long. We do this when listing the top
* directory.
*
* Caller must lock #mutex.
*/
bool ExpireDevices(Error &error);