]> git.ipfire.org Git - thirdparty/git.git/blobdiff - trace2/tr2_tgt.h
Merge branch 'ds/object-info-for-prefetch-fix' into maint
[thirdparty/git.git] / trace2 / tr2_tgt.h
index 297bb8ffbe498358b41e697c892c259871a6a937..7b904692123e28074458fce0c0afe06922caa607 100644 (file)
@@ -15,6 +15,7 @@ typedef void(tr2_tgt_term_t)(void);
 typedef void(tr2_tgt_evt_version_fl_t)(const char *file, int line);
 
 typedef void(tr2_tgt_evt_start_fl_t)(const char *file, int line,
+                                    uint64_t us_elapsed_absolute,
                                     const char **argv);
 typedef void(tr2_tgt_evt_exit_fl_t)(const char *file, int line,
                                    uint64_t us_elapsed_absolute, int code);