summaryrefslogtreecommitdiffstats
path: root/src/crimson/common/formatter.h
blob: 1775b0954f497471277fa50e1e2198f097d4fd17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- 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);
ostream& operator<<(ostream& out,
                    const ceph::coarse_real_clock::time_point& t);

}