Sorry guys, can't be much help to you at the moment.  

I'm totally burried in work stuff.  

Should get better in next week or so though.  

dothebart, check the thread structure for something containing the thread id.
the macro CT will always return a pointer to the structure for the current
thread much like CC does for contexts. So I think you want CT->tid.  

I'm not at all familiar with the way this new chat implimentation works.
Ultimately I'm wanting to remove all read()/write()/select() calls from
modules and replace them with functions that defer and do the actual stuff in
the main loop.  

   
>  Sat May 08 2010 19:59:13 EDT from   dothebart @ Uncensored  Subject:
>Citadel commit log: revision 8562
>
>    
>
>   
>>  Fr Mai 07 2010 17:53:12 EDT von  "ajc" <a...@uncensored.citadel.org> 
>>Betreff: Citadel commit log: revision 8562
>>
>>  ------------------------------------------------------------------------
>> r8562 | ajc | 2010-05-07 17:53:11 -0400 (Fri, 07 May 2010) | 1 line
>> Changed paths:
>> M /trunk/citadel/modules/xmpp/serv_xmpp.c
>> 
>> * Modified the XMPP service to use client_read_random_blob().  However, I
>>noticed that client_read_random_blob() is always returning only one byte.
>> ------------------------------------------------------------------------
>> 
>>
>>
>>  

>  
>
>well... do you select anywhere before? is it triggered by the main select
>loop?  
>
>Should we outcomment that patch to libcitadel?  
>
>maybe dave knows something more about that?  
>
>and... maybe we add some IODBG defines there... i'd need to have my pidgin
>working to do some serious testing...  
>
>
>
>  

  

 

Reply via email to