Skip to content

Commit

Permalink
minor ,authors
Browse files Browse the repository at this point in the history
  • Loading branch information
wxdwfc committed Dec 4, 2015
1 parent c03a45c commit 1c5da27
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
11 changes: 9 additions & 2 deletions util/rtm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <immintrin.h>
#include <sys/time.h>
#include "util/spinlock.h"
Expand Down
14 changes: 9 additions & 5 deletions util/txprofile.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <immintrin.h>
#include <pthread.h>
#include <stdio.h>
Expand Down

0 comments on commit 1c5da27

Please sign in to comment.