mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
fixes Tokutek/ft-index#163 frwlock is properly split into .h and .cc. Users only include .h
This commit is contained in:
parent
5a61f34453
commit
4d9ba2645a
6 changed files with 2 additions and 4 deletions
|
@ -96,7 +96,6 @@ PATENT RIGHTS GRANT:
|
|||
#include "background_job_manager.h"
|
||||
#include <portability/toku_random.h>
|
||||
#include <util/frwlock.h>
|
||||
#include <util/frwlock.cc>
|
||||
#include <util/kibbutz.h>
|
||||
#include <util/nb_mutex.h>
|
||||
#include <util/partitioned_counter.h>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
set(util_srcs
|
||||
context
|
||||
frwlock
|
||||
kibbutz
|
||||
mempool
|
||||
partitioned_counter
|
||||
|
|
|
@ -92,6 +92,7 @@ PATENT RIGHTS GRANT:
|
|||
#include <toku_assert.h>
|
||||
|
||||
#include <util/context.h>
|
||||
#include <util/frwlock.h>
|
||||
|
||||
namespace toku {
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
#include <util/frwlock.h>
|
||||
#include <util/frwlock.cc>
|
||||
|
||||
toku_mutex_t rwlock_mutex;
|
||||
toku::frwlock rwlock;
|
||||
|
|
|
@ -99,7 +99,6 @@ PATENT RIGHTS GRANT:
|
|||
#include <portability/toku_pthread.h>
|
||||
#include <portability/toku_time.h>
|
||||
#include <util/frwlock.h>
|
||||
#include <util/frwlock.cc>
|
||||
#include <util/rwlock.h>
|
||||
#include "rwlock_condvar.h"
|
||||
|
||||
|
|
|
@ -126,7 +126,6 @@ PATENT RIGHTS GRANT:
|
|||
#include <portability/toku_pthread.h>
|
||||
#include <portability/toku_time.h>
|
||||
#include <util/frwlock.h>
|
||||
#include <util/frwlock.cc>
|
||||
#include <util/rwlock.h>
|
||||
#include "rwlock_condvar.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue