summaryrefslogtreecommitdiff
path: root/src/mds
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2012-01-04 13:54:45 -0800
committerSage Weil <sage@newdream.net>2012-01-04 15:57:41 -0800
commit0fb88b6f3de9507a556dddb7bf91b4e340efc17e (patch)
tree9244bdb25b774e9b7e35d39febf40f1a6c5d7afb /src/mds
parent9986553c7117787bbbc1643b5d2eee9a5696eb7e (diff)
downloadceph-0fb88b6f3de9507a556dddb7bf91b4e340efc17e.tar.gz
move cluster protocol definitions out of ceph_fs.h
Among other things, we don't recompile the whole system when we touch these. Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'src/mds')
-rw-r--r--src/mds/MDS.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mds/MDS.h b/src/mds/MDS.h
index 4ea26dec20d..5b464a0df45 100644
--- a/src/mds/MDS.h
+++ b/src/mds/MDS.h
@@ -35,6 +35,9 @@
#include "SessionMap.h"
+#define CEPH_MDS_PROTOCOL 14 /* cluster internal */
+
+
enum {
l_mds_first = 2000,
l_mds_req,