Files
scylladb/gc_clock.cc
Paweł Dziepak b211bfa514 gc_clock: support adding an offset to the current time
This, intended for tests, feature allows testing time related event without
need for real time waits.

Signed-off-by: Paweł Dziepak <pdziepak@cloudius-systems.com>
2015-07-02 17:26:22 +02:00

8 lines
103 B
C++

/*
* Copyright 2015 Cloudius Systems
*/
#include "gc_clock.hh"
std::atomic<int64_t> clocks_offset;