]> git.proxmox.com Git - libgit2.git/blobdiff - tests/odb/backend/backend_helpers.h
New upstream version 1.4.3+dfsg.1
[libgit2.git] / tests / odb / backend / backend_helpers.h
index 5c393c0a53651ef29ff3fd53b2de2e57614ab09e..32d7a8bf03b986126fadc2764fbe2795be1f5280 100644 (file)
@@ -13,10 +13,12 @@ typedef struct {
        int read_calls;
        int read_header_calls;
        int read_prefix_calls;
+       int refresh_calls;
 
        const fake_object *objects;
 } fake_backend;
 
 int build_fake_backend(
        git_odb_backend **out,
-       const fake_object *objects);
+       const fake_object *objects,
+       bool support_refresh);