Author: danielsh
Date: Fri Jul 15 08:17:03 2011
New Revision: 1147009

URL: http://svn.apache.org/viewvc?rev=1147009&view=rev
Log:
On the fs-progress branch, tweak a docstring.

* subversion/include/svn_fs.h
  (svn_fs_progress_notify_func_t):
    Define the invalid value for TOTAL.

Modified:
    subversion/branches/fs-progress/subversion/include/svn_fs.h

Modified: subversion/branches/fs-progress/subversion/include/svn_fs.h
URL: 
http://svn.apache.org/viewvc/subversion/branches/fs-progress/subversion/include/svn_fs.h?rev=1147009&r1=1147008&r2=1147009&view=diff
==============================================================================
--- subversion/branches/fs-progress/subversion/include/svn_fs.h (original)
+++ subversion/branches/fs-progress/subversion/include/svn_fs.h Fri Jul 15 
08:17:03 2011
@@ -257,7 +257,8 @@ typedef struct svn_fs_progress_info_t sv
  * Callback function type for progress notification.
  *
  * @a progress is the number of steps already completed, out of @a total steps.
- * @a info must be @c NULL in Subversion 1.8.  @a baton is the callback baton.
+ * @a total may be -1 if it's unknown or unavailable. @a info must be @c NULL
+ * in Subversion 1.8.  @a baton is the callback baton.
  *
  * @note @a total may be a best-effort estimate.
  *


Reply via email to