]> git.proxmox.com Git - ceph.git/blob - ceph/src/rgw/rgw_sync_counters.h
buildsys: change download over to reef release
[ceph.git] / ceph / src / rgw / rgw_sync_counters.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab ft=cpp
3
4 #pragma once
5
6 #include "common/perf_counters_collection.h"
7
8 namespace sync_counters {
9
10 enum {
11 l_first = 805000,
12
13 l_fetch,
14 l_fetch_not_modified,
15 l_fetch_err,
16
17 l_poll,
18 l_poll_err,
19
20 l_last,
21 };
22
23 PerfCountersRef build(CephContext *cct, const std::string& name);
24
25 } // namespace sync_counters