summaryrefslogtreecommitdiff
path: root/src/mds/MDS.h
diff options
context:
space:
mode:
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>2011-07-20 16:18:23 -0700
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>2011-07-20 16:18:58 -0700
commit1b4733295a2d94db9bb144022c8617295d44eb68 (patch)
treeadfa9a716ef361c464ceadaea32e59ab8a3d70e2 /src/mds/MDS.h
parent1cf5211e722af29a73b301c5f6ef72786dabf3c9 (diff)
downloadceph-1b4733295a2d94db9bb144022c8617295d44eb68.tar.gz
Rename ProfLogger to Perfcounters: part 2
Part 2: class names, variable names Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
Diffstat (limited to 'src/mds/MDS.h')
-rw-r--r--src/mds/MDS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds/MDS.h b/src/mds/MDS.h
index d4e365cddb1..9b324b00737 100644
--- a/src/mds/MDS.h
+++ b/src/mds/MDS.h
@@ -177,7 +177,7 @@ class MDS : public Dispatcher {
MDSTableClient *get_table_client(int t);
MDSTableServer *get_table_server(int t);
- ProfLogger *logger, *mlogger;
+ PerfCounters *logger, *mlogger;
int orig_argc;
const char **orig_argv;