]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
fsmonitor: change last update timestamp on the index_state to opaque token
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index cbfaead23a384e780453c948863ef2cf3bef0437..1a2e1cce3d78c632babb253ae64734fbd67b73bd 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -324,7 +324,7 @@ struct index_state {
        struct hashmap dir_hash;
        struct object_id oid;
        struct untracked_cache *untracked;
-       uint64_t fsmonitor_last_update;
+       char *fsmonitor_last_update;
        struct ewah_bitmap *fsmonitor_dirty;
        struct mem_pool *ce_mem_pool;
        struct progress *progress;