search for: wsashutdown

Displaying 2 results from an estimated 2 matches for "wsashutdown".

Did you mean: wsaeshutdown
2004 Aug 06
2
libshout API change needed?
(I think this may have come up before and then gotten dropped.) libshout may need two additional API methods: libshout_init and libshout_shutdown. libshout itself currently has no use for these functions, but they would be used to call the init and shutdown hooks in the net library. When this library is built with thread support, it uses these hooks to create and destroy a library-wide mutex.
2004 Aug 06
0
libshout API change needed?
...functions. The thread module doesn't expose any static initialisers, but we could make it do so (or just take the hacky approach of using the pthread initialisers directly). ock.c is harder. On unix, it doesn't need to do anything, so it's ok. On windows, it calls WSAStartup() (and WSAShutdown() on shutdown). I assume those are neccesary for some reason. I'm not sure what to do about those... Ideas? Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-r...