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

Re: Review of lock-many API

From: Philip Martin <philip_at_codematters.co.uk>
Date: Mon, 07 Apr 2014 20:47:56 +0100

Philip Martin <philip.martin_at_wandisco.com> writes:

>> + *   ### Implementation here requires lock_callback is non-null.
>
> The implementation does
>
> if (!cb_err && lock_callback)
> cb_err = lock_callback(...)
>
> which allows lock_callback to be NULL.

Ah! You were referring to the wrapping callback in libsvn_fs. As you
pointed out that was redundant and I have removed it.

-- 
Philip
Received on 2014-04-07 21:48:33 CEST

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.