diff --git a/util/rtm.h b/util/rtm.h index 652a612..e56a14d 100755 --- a/util/rtm.h +++ b/util/rtm.h @@ -22,8 +22,15 @@ * */ -#ifndef STORAGE_LEVELDB_UTIL_RTM_H_ -#define STORAGE_LEVELDB_UTIL_RTM_H_ + +/* + * RTM UTIL - Hao Qian + * RTM UTIL - XingDa + */ + + +#ifndef DRTM_UTIL_RTM_H_ +#define DRTM_UTIL_RTM_H_ #include #include #include "util/spinlock.h" diff --git a/util/txprofile.h b/util/txprofile.h index 7241c94..22bde19 100755 --- a/util/txprofile.h +++ b/util/txprofile.h @@ -22,12 +22,16 @@ * */ -// Copyright (c) 2011 The LevelDB Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. See the AUTHORS file for names of contributors. +/* + * RTM profiling - Hao Qian + * RTM profiling - XingDa + * + */ + + +#ifndef DRTM_UTIL_TXPROFILE_H_ +#define DRTM_UTIL_TXPROFILE_H_ -#ifndef STORAGE_LEVELDB_UTIL_TXPROFILE_H_ -#define STORAGE_LEVELDB_UTIL_TXPROFILE_H_ #include #include #include