mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 23:43:31 +00:00
sstables: mc: use api::timestamp_type in write_liveness_info
Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
This commit is contained in:
@@ -1007,7 +1007,7 @@ void writer::write_liveness_info(bytes_ostream& writer, const row_marker& marker
|
||||
return;
|
||||
}
|
||||
|
||||
uint64_t timestamp = marker.timestamp();
|
||||
api::timestamp_type timestamp = marker.timestamp();
|
||||
_c_stats.update_timestamp(timestamp);
|
||||
write_delta_timestamp(writer, timestamp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user