summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/timestamp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/timestamp.h b/src/include/timestamp.h
index 647cd13897..cbe9934069 100644
--- a/src/include/timestamp.h
+++ b/src/include/timestamp.h
@@ -19,7 +19,7 @@ void timestamp_init(uint64_t base);
* inside REGION(timestamp) before cbmem comes online. For later stages, timestamps
* added before cbmem_[recovery|initialize] calls will be lost.
*/
-void timestamp_add(enum timestamp_id id, uint64_t ts_time);
+void timestamp_add(enum timestamp_id id, int64_t ts_time);
/* Calls timestamp_add with current timestamp. */
void timestamp_add_now(enum timestamp_id id);