On 02/09/2011 02:31 AM, NormW wrote:
> G/M,
> With assistance, the following gets mod_slotmem_plain.c to build again:
>
>> Index: modules/slotmem/mod_slotmem_plain.c
>> ===================================================================
>> --- modules/slotmem/mod_slotmem_plain.c (revision 1068715)
>> +++ modules/slotmem/mod_slotmem_plain.c (working copy)
>> @@ -218,7 +218,7 @@
>> {
>> unsigned int i, counter=0;
>> char *inuse = slot->inuse;
>> - for (i=0; i<desc.num; i++, inuse++) {
>> + for (i=0; i<slot->num; i++, inuse++) {
>> if (!*inuse)
>> counter++;
>> }
>> @@ -284,7 +284,7 @@
>> &slotmem_get,
>> &slotmem_put,
>> &slotmem_num_slots,
>> - &slotmem_num_free_slots
>> + &slotmem_num_free_slots,
>> &slotmem_slot_size,
>> &slotmem_grab,
>> &slotmem_release
>
> HTH,
> Norm
>
>
Thanks for the patch. Fixed in r1068784.
Regards
RĂ¼diger