From 3f02a40151ef7a21bdad25029e350e5d21e8be98 Mon Sep 17 00:00:00 2001 From: Michael Rodriguez Date: Wed, 16 Jan 2008 06:06:02 -0800 Subject: [PATCH] comments --- src/mon/ClientMonitor.h | 4 ++++ src/mon/MDSMonitor.h | 3 +++ src/mon/OSDMonitor.h | 2 ++ 3 files changed, 9 insertions(+) diff --git a/src/mon/ClientMonitor.h b/src/mon/ClientMonitor.h index bd4dc4bc523d5..98d4119d2cf3b 100644 --- a/src/mon/ClientMonitor.h +++ b/src/mon/ClientMonitor.h @@ -11,6 +11,10 @@ * Foundation. See file COPYING. * */ + +/* + * The Client Monitor is used for traking the filesystem's clients. + */ #ifndef __CLIENTMONITOR_H #define __CLIENTMONITOR_H diff --git a/src/mon/MDSMonitor.h b/src/mon/MDSMonitor.h index 16b7eba71c8bd..aaf90b4a8db44 100644 --- a/src/mon/MDSMonitor.h +++ b/src/mon/MDSMonitor.h @@ -11,6 +11,9 @@ * Foundation. See file COPYING. * */ + +/* Metadata Server Monitor + */ #ifndef __MDSMONITOR_H #define __MDSMONITOR_H diff --git a/src/mon/OSDMonitor.h b/src/mon/OSDMonitor.h index bbaf3762b44f0..94893d1d2b59e 100644 --- a/src/mon/OSDMonitor.h +++ b/src/mon/OSDMonitor.h @@ -12,6 +12,8 @@ * */ +/* Object Store Device (OSD) Monitor + */ #ifndef __OSDMONITOR_H #define __OSDMONITOR_H -- 2.39.5