On 07/30/2009 09:27 PM, Ruediger Pluem wrote:
>
> On 07/30/2009 05:37 PM, [email protected] wrote:
>> Author: jfclere
>> Date: Thu Jul 30 15:37:22 2009
>> New Revision: 799334
>>
>> URL: http://svn.apache.org/viewvc?rev=799334&view=rev
>> Log:
>> Add the file logic for the handler.
>> (Next step add the slotmem logic for the multicast socket).
>>
>> Modified:
>> httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c
Plus we get the following warnings:
mod_heartmonitor.c: In function 'hm_file_update_stat':
mod_heartmonitor.c:239: warning: unused variable 'hi'
mod_heartmonitor.c: In function 'hm_file_update_stats':
mod_heartmonitor.c:411: warning: dereferencing type-punned pointer will break st
rict-aliasing rules
mod_heartmonitor.c: In function 'hm_handler':
mod_heartmonitor.c:310: warning: 'node.busy' may be used uninitialized in this f
unction
mod_heartmonitor.c:310: warning: 'node.ready' may be used uninitialized in this
function
mod_heartmonitor.c:310: warning: 'node.seen' may be used uninitialized in this f
unction
Regards
RĂ¼diger