Re: [Openslp-devel] [Openslp-announce] OpenSLP 2.0 beta 2 has been released!

2011-05-04 Thread Roel van de Kraats
Thanks, John! Could you also tag beta2 in svn? BR, Roel PS. CC-d openslp-devel instead of openslp-anounce On 05/02/2011 08:47 AM, John Calcote wrote: > We're happy to announce the beta 2 release of openslp 2.0. > > Changes primarily include bug fixes to the beta 1 release. > > Currently, t

Re: [Openslp-devel] A suggested improvement regarding the test against _USE_UNIX98 for pthread rec mutexes.

2011-05-04 Thread Roel van de Kraats
Hi Matt, Your suggestion will probably work as it is. I used it as a basis to create the patch below, which is in my opinion slightly cleaner. If nobody complains, I could commit this. BR, Roel PS. Try not to mail those 'winmail.dat' files... It's kind of difficult to read your mail with

Re: [Openslp-devel] [Openslp-announce] OpenSLP 2.0 beta 2 has been released!

2011-05-04 Thread John Calcote
Done - tagged as 2.0.beta2. John On 5/4/2011 2:23 AM, Roel van de Kraats wrote: > Thanks, John! > > Could you also tag beta2 in svn? > > BR, > Roel > > PS. CC-d openslp-devel instead of openslp-anounce > > On 05/02/2011 08:47 AM, John Calcote wrote: >> We're happy to announce the beta 2 relea

Re: [Openslp-devel] Service Enumeration, Service Discovery

2011-05-04 Thread Ernst Rohlicek jun.
Greetings, I went through the documentation once more and found this function: SLPAssociateIP() with the parameter unicast_ip - IP address of the SA/DA from which service is requested. Does this mean that when I call SLPFindSrvTypes after SLPAssociateIP, the library will only query the ser

Re: [Openslp-devel] Service Enumeration, Service Discovery

2011-05-04 Thread John Calcote
Hello Ernst, It's been a while, and I didn't write SLPAssociateIP, but a quick perusal of the source code confirms your request. It appears that SLPAssociateIP associates a unicast IP address with a particular SLP handle. Thus, all requests after the association is made will be made to that addres