You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Sander Striker <st...@samba-tng.org> on 2001/06/10 22:17:01 UTC

[PATCH] tracking sms, conditional locking

Hi,

This patch changes the locking in the
tracking sms to be conditional. This
change will make it easier to disable
locking altogether in this sms.

As a side effect apr_sms_tracking_destroy()
is a lot cleaner.

Also removed an unneeded #include.

Sander