[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r20996 - in trunk/subversion: include libsvn_fs libsvn_ra libsvn_subr mod_dav_svn

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-08-07 19:40:18 CEST

rooneg@tigris.org wrote:
> Author: rooneg
> Date: Mon Aug 7 09:56:48 2006
> New Revision: 20996

[...]

> +/**
> + * Initialize the DSO loading routines.
> + *
> + * @note This should be called prior to the creation of any pool that
> + * is passed to a function that comes from a DSO, otherwise you
> + * risk having the DSO unloaded before all pool cleanup callbacks
> + * that live in the DSO have been executed. If it is not called
> + * prior to @c svn_dso_load being used for the first time there
> + * will be a best effort attempt made to initialize the subsystem,
> + * but it will not be entirely thread safe and it risks running
> + * into the previously mentioned problems with DSO unloading and
> + * pool cleanup callbacks.
> + *
> + * @since New in 1.4.0.
> + */
> +void svn_dso_initialize();

Perhaps, void svn_dso_initialize(void);

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Mon Aug 7 19:41:16 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.