mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
The replica/ code now "knows" that snapshotting an sstable means creating a bunch of hard-links on disk. Abstract that via sstable::snapshot() method. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>