]> git.sesse.net Git - vlc/commit
UPnP: important rewrite
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Tue, 10 Mar 2015 17:52:44 +0000 (18:52 +0100)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Wed, 11 Mar 2015 14:38:19 +0000 (15:38 +0100)
commitf7dfc8f1041badecd9235b9212e55c4d6a450d77
treec32decee1cb3c2cd12b16fe3e89d149bc370f583
parentf890621cbd931a9f2f8ce4386b1200d34416085f
UPnP: important rewrite

This is splitting the UPnP module in 2 parts:
- A service discovery module that is solely responsible for discovering
UPnP devices on the network
- An access module that will leverage the recently introduced
pf_readdir callback to list directories.

This removes the need for recursion and handling of all the items from
within the SD module.
modules/services_discovery/upnp.cpp
modules/services_discovery/upnp.hpp