summaryrefslogtreecommitdiffstats
path: root/src/include/timestamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/timestamp.h')
-rw-r--r--src/include/timestamp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/timestamp.h b/src/include/timestamp.h
index 9dd0d0f5214d..2a39b9782701 100644
--- a/src/include/timestamp.h
+++ b/src/include/timestamp.h
@@ -61,6 +61,7 @@ void timestamp_add(enum timestamp_id id, tsc_t ts_time);
void timestamp_add_now(enum timestamp_id id);
void timestamp_stash(enum timestamp_id id);
void timestamp_sync(void);
+tsc_t get_initial_timestamp(void);
#else
#define timestamp_init(base)
#define timestamp_add(id, time)