diff options
| author | Ben Straub <bs@github.com> | 2012-10-24 13:29:14 -0700 |
|---|---|---|
| committer | Ben Straub <bs@github.com> | 2012-10-24 13:29:14 -0700 |
| commit | 7d222e13121aebc269b2923a66c7ba5b734e1a90 (patch) | |
| tree | dbe6ff108dc21d2b2b17e4d4a36d3be454574b4c /src/remote.h | |
| parent | c4958e6818399f401f03986db8772016a97377d7 (diff) | |
| download | libgit2-7d222e13121aebc269b2923a66c7ba5b734e1a90.tar.gz | |
Network progress: rename things
git_indexer_stats and friends -> git_transfer_progress*
Also made git_transfer_progress members more sanely
named.
Diffstat (limited to 'src/remote.h')
| -rw-r--r-- | src/remote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote.h b/src/remote.h index 1ba82608b..1b382e1bb 100644 --- a/src/remote.h +++ b/src/remote.h @@ -25,7 +25,7 @@ struct git_remote { git_transport *transport; git_repository *repo; git_remote_callbacks callbacks; - git_indexer_stats stats; + git_transfer_progress stats; unsigned int need_pack:1, download_tags:2, /* There are four possible values */ check_cert:1; |
