You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/12/28 00:23:12 UTC

svn commit: r1648126 - /subversion/branches/fsx-id/subversion/libsvn_fs_x/id.h

Author: stefan2
Date: Sat Dec 27 23:23:12 2014
New Revision: 1648126

URL: http://svn.apache.org/r1648126
Log:
On the fsx-id branch:

* subversion/libsvn_fs_x/id.h
  (svn_fs_x__get_txn_id,
   svn_fs_x__change_set_by_txn): Use our fancy typedefs instead of plain i64.

Modified:
    subversion/branches/fsx-id/subversion/libsvn_fs_x/id.h

Modified: subversion/branches/fsx-id/subversion/libsvn_fs_x/id.h
URL: http://svn.apache.org/viewvc/subversion/branches/fsx-id/subversion/libsvn_fs_x/id.h?rev=1648126&r1=1648125&r2=1648126&view=diff
==============================================================================
--- subversion/branches/fsx-id/subversion/libsvn_fs_x/id.h (original)
+++ subversion/branches/fsx-id/subversion/libsvn_fs_x/id.h Sat Dec 27 23:23:12 2014
@@ -57,13 +57,13 @@ svn_revnum_t svn_fs_x__get_revnum(svn_fs
 
 /* Return the transaction ID that corresponds to CHANGE_SET.
    Will SVN_FS_X__INVALID_TXN_ID for revisions. */
-apr_int64_t svn_fs_x__get_txn_id(svn_fs_x__change_set_t change_set);
+svn_fs_x__txn_id_t svn_fs_x__get_txn_id(svn_fs_x__change_set_t change_set);
 
 /* Convert REVNUM into a change set number */
 svn_fs_x__change_set_t svn_fs_x__change_set_by_rev(svn_revnum_t revnum);
 
 /* Convert TXN_ID into a change set number */
-svn_fs_x__change_set_t svn_fs_x__change_set_by_txn(apr_int64_t txn_id);
+svn_fs_x__change_set_t svn_fs_x__change_set_by_txn(svn_fs_x__txn_id_t txn_id);
 
 /* A rev node ID in FSX consists of a 3 of sub-IDs ("parts") that consist
  * of a creation CHANGE_SET number and some revision-local counter value