summaryrefslogtreecommitdiff
path: root/src/client/Client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Client.h')
-rw-r--r--src/client/Client.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/Client.h b/src/client/Client.h
index c7c9cef0e0c..15b10a97008 100644
--- a/src/client/Client.h
+++ b/src/client/Client.h
@@ -7,9 +7,9 @@
*
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
- * License version 2.1, as published by the Free Software
+ * License version 2.1, as published by the Free Software
* Foundation. See file COPYING.
- *
+ *
*/
@@ -203,7 +203,7 @@ class Client : public Dispatcher {
CommandHook m_command_hook;
// cluster descriptors
- MDSMap *mdsmap;
+ MDSMap *mdsmap;
OSDMap *osdmap;
SafeTimer timer;
@@ -685,7 +685,7 @@ public:
int get_file_extent_osds(int fd, loff_t off, loff_t *len, vector<int>& osds);
int get_osd_addr(int osd, entity_addr_t& addr);
- // expose osdmap
+ // expose osdmap
int get_local_osd();
int get_pool_replication(int64_t pool);
int64_t get_pool_id(const char *pool_name);