On 2 February 2015 at 18:24, <br...@apache.org> wrote: > Author: brane > Date: Mon Feb 2 15:24:16 2015 > New Revision: 1656488 > > URL: http://svn.apache.org/r1656488 > Log: > Introduce a private libsvn_client context structure that stores > context information that should not be part of the public API. > > * subversion/include/svn_client.h > (svn_client_ctx_t): Remove the 'progress' field, which should be private. > > * subversion/libsvn_client/client.h > (client_ctx_t): New; the private context struct. > Contains the equivalent of the 'progress' field.
I suggest svn_client__private_ctx_t name for client_ctx_t structure: I think it less confusing name and follow our guidelines for library private identifiers. -- Ivan Zhakov