summaryrefslogtreecommitdiff
path: root/subversion/libsvn_fs_fs/temp_serializer.h
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2018-10-02 21:50:32 -0400
committerJames McCoy <jamessan@debian.org>2018-10-02 21:50:32 -0400
commit784e881a5aaa645a37eda4fb775484f27c81143a (patch)
tree3702672116cb73f976a31fd30a57824e12339050 /subversion/libsvn_fs_fs/temp_serializer.h
parentfb8514369ffb04ec2aea8d8ee7916fdff101b84e (diff)
parentdb2274467e932f2ac8f15a9372bbe32aa4fdfeb1 (diff)
Update to upstream 1.11.0~rc2
[git-debrebase anchor: new upstream 1.11.0~rc2, merge]
Diffstat (limited to 'subversion/libsvn_fs_fs/temp_serializer.h')
-rw-r--r--subversion/libsvn_fs_fs/temp_serializer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/subversion/libsvn_fs_fs/temp_serializer.h b/subversion/libsvn_fs_fs/temp_serializer.h
index 187c8d0..32bb554 100644
--- a/subversion/libsvn_fs_fs/temp_serializer.h
+++ b/subversion/libsvn_fs_fs/temp_serializer.h
@@ -53,7 +53,7 @@ svn_fs_fs__noderev_deserialize(void *buffer,
/**
* Adds position information to the raw window data in WINDOW.
*/
-typedef struct
+typedef struct svn_fs_fs__raw_cached_window_t
{
/* the (unprocessed) txdelta window byte sequence cached / to be cached */
svn_string_t window;
@@ -89,7 +89,7 @@ svn_fs_fs__deserialize_raw_window(void **item,
* #svn_txdelta_window_t is not sufficient for caching the data it
* represents because data read process needs auxiliary information.
*/
-typedef struct
+typedef struct svn_fs_fs__txdelta_cached_window_t
{
/* the txdelta window information cached / to be cached */
svn_txdelta_window_t *window;
@@ -377,7 +377,7 @@ typedef struct svn_fs_fs__changes_list_t
of elements in the list is a multiple of our block / range size. */
svn_boolean_t eol;
- /* Array of #svn_fs_x__change_t * representing a consecutive sub-range of
+ /* Array of #svn_fs_fs__change_t * representing a consecutive sub-range of
elements in a changed paths list. */
/* number of entries in the array */