blob: 9b7be428aaec20e68a83287e157512793ea784c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
#include <seastar/core/lowres_clock.hh>
#include "common/ceph_time.h"
namespace std {
ostream& operator<<(ostream& out,
const seastar::lowres_system_clock::time_point& t);
}
|