You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2010/03/12 14:19:13 UTC

svn commit: r922247 - /subversion/trunk/tools/server-side/svn-rep-sharing-stats.c

Author: rhuijben
Date: Fri Mar 12 13:19:13 2010
New Revision: 922247

URL: http://svn.apache.org/viewvc?rev=922247&view=rev
Log:
Update a few references to svn_apr_*() to use svn__apr_*().
(Shouldn't that be svn_apr__*() to follow our standard naming?)

* tools/server-side/svn-rep-sharing-stats.c
  (process_one_revision, pretty_print):
    Following up on r922003, update callers to fix compilation.

Modified:
    subversion/trunk/tools/server-side/svn-rep-sharing-stats.c

Modified: subversion/trunk/tools/server-side/svn-rep-sharing-stats.c
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/server-side/svn-rep-sharing-stats.c?rev=922247&r1=922246&r2=922247&view=diff
==============================================================================
--- subversion/trunk/tools/server-side/svn-rep-sharing-stats.c (original)
+++ subversion/trunk/tools/server-side/svn-rep-sharing-stats.c Fri Mar 12 13:19:13 2010
@@ -275,8 +275,8 @@ process_one_revision(svn_fs_t *fs,
 
       node_revision_t *node_rev;
 
-      path = svn_apr_hash_index_key(hi);
-      change = svn_apr_hash_index_val(hi);
+      path = svn__apr_hash_index_key(hi);
+      change = svn__apr_hash_index_val(hi);
       if (! quiet)
         SVN_ERR(svn_cmdline_fprintf(stderr, scratch_pool,
                                     "processing r%ld:%s\n", revnum, path));
@@ -334,8 +334,8 @@ pretty_print(const char *name,
 
       SVN_ERR(cancel_func(NULL));
 
-      key = svn_apr_hash_index_key(hi);
-      value = svn_apr_hash_index_val(hi);
+      key = svn__apr_hash_index_key(hi);
+      value = svn__apr_hash_index_val(hi);
       SVN_ERR(svn_cmdline_printf(scratch_pool, "%s %" APR_UINT64_T_FMT " %s\n",
                                  name, value->refcount,
                                  svn_checksum_to_cstring_display(