sstables: mc: use api::timestamp_type in write_liveness_info

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>
This commit is contained in:
Benny Halevy
2018-12-24 18:45:31 +02:00
parent 7ea96aa778
commit d9e2aa65fc

View File

@@ -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);