summaryrefslogtreecommitdiffstats
path: root/src/messages/MLog.h
diff options
context:
space:
mode:
authorMarkus Elfring <elfring@users.sourceforge.net>2010-06-12 15:04:11 +0200
committerSage Weil <sage@newdream.net>2010-06-17 19:47:37 +0200
commitf4b9d9d847627e2445cd8bd80c6b893cd9efcd30 (patch)
treef8c0684d6c57a8025cafc1836cfd29f7ff416b01 /src/messages/MLog.h
parentceph: remove leading _ from macro (diff)
downloadceph-f4b9d9d847627e2445cd8bd80c6b893cd9efcd30.tar.xz
ceph-f4b9d9d847627e2445cd8bd80c6b893cd9efcd30.zip
Bug #98: Unique names for include guards
A couple of preprocessor symbols for include guards tampered with the reserved namespace. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'src/messages/MLog.h')
-rw-r--r--src/messages/MLog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messages/MLog.h b/src/messages/MLog.h
index eee41aaa618..2a6fab5c1cd 100644
--- a/src/messages/MLog.h
+++ b/src/messages/MLog.h
@@ -12,8 +12,8 @@
*
*/
-#ifndef __MLOG_H
-#define __MLOG_H
+#ifndef CEPH_MLOG_H
+#define CEPH_MLOG_H
#include "include/LogEntry.h"
#include "messages/PaxosServiceMessage.h"