summaryrefslogtreecommitdiff
path: root/include/git2/indexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/indexer.h')
-rw-r--r--include/git2/indexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/indexer.h b/include/git2/indexer.h
index 0d3c9dd51..ae01fd61d 100644
--- a/include/git2/indexer.h
+++ b/include/git2/indexer.h
@@ -20,6 +20,7 @@ typedef struct git_indexer_stats {
unsigned int total;
unsigned int processed;
unsigned int received;
+ size_t bytes;
} git_indexer_stats;