libgit2

git_transfer_progress

Version:

This is passed as the first argument to the callback to allow the user to see the progress.

Signature

typedef struct git_transfer_progress { unsigned int total_objects unsigned int indexed_objects unsigned int received_objects size_t received_bytes };

Members

unsigned int
total_objects
unsigned int
indexed_objects
unsigned int
received_objects
size_t
received_bytes

Returned By

Parameter To

Versions