]> git.sesse.net Git - vlc/commit
Suppress timeout parameter from net_Select() - refs #1056.
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 15 Feb 2007 17:17:47 +0000 (17:17 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 15 Feb 2007 17:17:47 +0000 (17:17 +0000)
commit569c1ac4941addbbdf7cad6d8f3cd0a7dd4d064c
treedd9a82e4c02803c4d493730f916c2c9b47218a63
parent6b382b4b2216fcd8c54d64d68d619a26a26a0471
Suppress timeout parameter from net_Select() - refs #1056.
The only use of the timeout was to poll b_die, but net_ReadInner()
takes care of that already.
include/vlc_network.h
modules/services_discovery/sap.c
src/network/io.c