> dreid 01/06/07 17:44:52 > > Modified: include apr_sms.h > memory/unix apr_sms.c apr_sms_std.c apr_sms_tracking.c > Log: > Some tidying up of the locking code. > Move where we allocate the pool from and clean it up. > Change the pre_destroy to be an apr_status_t
Yes, I should clarify that. We currently don't care what it returns, but we might later on so it seemed ok to change that (now that we only have a few sms implementations). > Move the lock to the individual structures and add a lock_destroy in > the pre_destroy function. > Some changing of parameter names to make them shorter. Oh, yes, I actually want to do s/mem_sys/sms/ aswell, but that can be done later... Sander
