]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
comments
authorMichael Rodriguez <michael@newdream.net>
Wed, 16 Jan 2008 14:06:02 +0000 (06:06 -0800)
committerMichael Rodriguez <michael@newdream.net>
Wed, 16 Jan 2008 14:06:02 +0000 (06:06 -0800)
src/mon/ClientMonitor.h
src/mon/MDSMonitor.h
src/mon/OSDMonitor.h

index bd4dc4bc523d597136edcf2fdee0bb5e110c22fd..98d4119d2cf3b528b1a692db43e72e870564b329 100644 (file)
  * Foundation.  See file COPYING.
  * 
  */
+/*
+ * The Client Monitor is used for traking the filesystem's clients.
+ */
 
 #ifndef __CLIENTMONITOR_H
 #define __CLIENTMONITOR_H
index 16b7eba71c8bd0b952d064e9f1250c4d4919dc98..aaf90b4a8db44fe5c33bb811316b182954f440bc 100644 (file)
@@ -11,6 +11,9 @@
  * Foundation.  See file COPYING.
  * 
  */
+/* Metadata Server Monitor
+ */
 
 #ifndef __MDSMONITOR_H
 #define __MDSMONITOR_H
index bbaf3762b44f05bd33e7aa407f1b97540da2b2e8..94893d1d2b59ebaa10849e2c278d9858888b1e22 100644 (file)
@@ -12,6 +12,8 @@
  * 
  */
 
+/* Object Store Device (OSD) Monitor
+ */
 
 #ifndef __OSDMONITOR_H
 #define __OSDMONITOR_H