]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix to raise BOOST_MPL_LIMIT_LIST_SIZE from 20 to 30
authorDavid Zafman <dzafman@redhat.com>
Thu, 30 Jul 2020 22:38:19 +0000 (15:38 -0700)
committerDavid Zafman <dzafman@redhat.com>
Mon, 14 Sep 2020 20:06:29 +0000 (13:06 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
40 files changed:
src/crimson/admin/osd_admin.cc
src/crimson/admin/pg_commands.cc
src/crimson/osd/backfill_state.cc
src/crimson/osd/ec_backend.cc
src/crimson/osd/heartbeat.cc
src/crimson/osd/main.cc
src/crimson/osd/objclass.cc
src/crimson/osd/ops_executer.cc
src/crimson/osd/osd.cc
src/crimson/osd/osd_operations/background_recovery.cc
src/crimson/osd/osd_operations/client_request.cc
src/crimson/osd/osd_operations/compound_peering_request.cc
src/crimson/osd/osd_operations/peering_event.cc
src/crimson/osd/osd_operations/pg_advance_map.cc
src/crimson/osd/osd_operations/replicated_request.cc
src/crimson/osd/osdmap_gate.cc
src/crimson/osd/pg.cc
src/crimson/osd/pg_map.cc
src/crimson/osd/pg_recovery.cc
src/crimson/osd/recovery_backend.cc
src/crimson/osd/replicated_backend.cc
src/crimson/osd/replicated_recovery_backend.cc
src/crimson/osd/shard_services.cc
src/osd/OSD.h
src/osd/PG.h
src/osd/PGBackend.cc
src/osd/PGPeeringEvent.h
src/osd/PeeringState.cc
src/osd/PeeringState.h
src/osd/PrimaryLogPG.h
src/osd/ReplicatedBackend.cc
src/osd/Session.h
src/osd/objclass.cc
src/osd/osd_types.h
src/osd/scheduler/OpScheduler.cc
src/osd/scheduler/mClockScheduler.cc
src/test/osd/TestMClockScheduler.cc
src/test/osd/test_ec_transaction.cc
src/tools/ceph_objectstore_tool.cc
src/tools/rebuild_mondb.cc

index ce6b6695d2892bb5fb79afbbcdb7f3c1ef558e4d..31c9556ff489a5d4e85e6e916d0766151cb5e346 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "crimson/admin/osd_admin.h"
 #include <string>
 #include <string_view>
index dacfd515db481ef50efa8440f75690125345fdb6..98b5b1c55b2d07e7eead05dd9cb2628b06b0c865 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "crimson/admin/pg_commands.h"
 
 #include <memory>
index 1ffadd4e8483ca127e9a8d74831f135155d48916..7336c50299a9c4b4110c6d1fb4c08cae0c3da017 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <algorithm>
 #include <boost/type_index.hpp>
 
index c6516d50a8e8fdc60f0d28594c6127114a8cde1e..44496e82bd9ac8f891528c0054d56d65ad446937 100644 (file)
@@ -1,3 +1,8 @@
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "ec_backend.h"
 
 #include "crimson/osd/shard_services.h"
index d8dc1e550e168cfce2f938d359d9488c88325225..3d2eacd07e3c56515394db5ea8c43ae00acc64c7 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "heartbeat.h"
 
 #include <boost/range/join.hpp>
index a90903e72271ef19972e14d5e917854ba1b1feb4..9f082352d5d4b9afb43bdaffdf195bdf07445ce1 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:nil -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <sys/types.h>
 #include <unistd.h>
 
index 0017a21b02aa753b4d86ee56a521540d398ba613..516eaf677247c33b2180e32c3ff6c1b3e223544e 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <cstdarg>
 #include <cstring>
 #include "common/ceph_context.h"
index 027fac9a7039ea8d20ff033c494e1abf8dae8ee4..decbdf8332a836193a4af2cf094237f0e2d81060 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "ops_executer.h"
 
 #include <boost/range/adaptor/filtered.hpp>
index a170d7ccf77993b4a9edd48a83e605e28507ecd9..6e9651b0db13c722a30e3ea25e3339d5266c66ca 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "osd.h"
 
 #include <sys/utsname.h>
index 40407e708d7de6592dbcb45c2ea06637531ec190..2e52aa2b68aa1957f2dd549b1a31221b076cc36a 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <seastar/core/future.hh>
 
 #include "messages/MOSDOp.h"
index a51cc7256d640fc780e665c4be664a49d977c2bf..8602c242b9bb05fe32f598e216f5bc80fe03c678 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <seastar/core/future.hh>
 
 #include "messages/MOSDOp.h"
index e55760096e4e82ff2dbf543736908218f113515f..909df8080f93f5b2ca57699aa29379303a1462f4 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <seastar/core/future.hh>
 
 #include "osd/PeeringState.h"
index d3c6ccf817f822b993aa34c089b7a91a95833621..50c6bca6df5f299f3b17662f40edad94b402d408 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <seastar/core/future.hh>
 
 #include "messages/MOSDPGLog.h"
index a96479d4076e79584edbe56ed1c27b88089ece44..d38c3e2858abfdcc10d02c22aed6d884a7a3ee2e 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "crimson/osd/osd_operations/pg_advance_map.h"
 
 #include <boost/smart_ptr/local_shared_ptr.hpp>
index 34487f9e458ed8e590dd4ab2210a6ee9676294c7..5139dfc92a2bb4cc4866294d0641061976d1bb6b 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "replicated_request.h"
 
 #include "common/Formatter.h"
index 90afc32b4e4044cdd110b0e97dcca4ab63181018..abcb530e89667d35cdb5735c0a91530e752ca090 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "crimson/common/exception.h"
 #include "crimson/osd/osdmap_gate.h"
 #include "crimson/osd/shard_services.h"
index 3abe129c2fe410a5ea50c49703974986a54344ad..974bcbf184b988d76fed90e06425ab5ae545a769 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "pg.h"
 
 #include <functional>
index 08071f2604fecc37176997e42ab59e8a050e0c8d..2532e31d6575694f16e2129be391ab4e38c1a80f 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "crimson/osd/pg_map.h"
 
 #include "crimson/osd/pg.h"
index 473be5f9747603a768997e293d257c958f2e4f53..68d37e7d386caaa5333bcb70356450ad5e8876f6 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <fmt/format.h>
 #include <fmt/ostream.h>
 
index 77a5480a9750965f80b3950e1098f6b0014419a4..5bae2c9396e023031bfd29c461e2277c542e74c7 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <fmt/format.h>
 
 #include "crimson/common/exception.h"
index 51fe69394fa65085302e36cc63932571c627ad10..ce2bd8764e822b7b75996bb6a6b2f48b38942483 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "replicated_backend.h"
 
 #include "messages/MOSDRepOpReply.h"
index e888d4e9142b656f211d61b0415051dcd32c363a..d534b7af8a51d5accdf6fcece8d7b5995d44605e 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <fmt/format.h>
 #include <fmt/ostream.h>
 #include <seastar/core/future.hh>
index 46c6d710df6e6e9f7b0de4f793dad7c056e56e02..8d04c6c04a9b8bab9be66044cd5e10964846608d 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "crimson/osd/shard_services.h"
 
 #include "messages/MOSDAlive.h"
index dc25f604c35aaf4b1198e94cecb720d7485a9d28..627df53fea6b4d050167960ce28b14727e40deeb 100644 (file)
 #ifndef CEPH_OSD_H
 #define CEPH_OSD_H
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "PG.h"
 
 #include "msg/Dispatcher.h"
index 2b17ba52c537da14fc6cd207e6a40ba2f81092ba..28651a6955ed22b4a984dc9f0e0ed46bc20d8ac4 100644 (file)
 #ifndef CEPH_PG_H
 #define CEPH_PG_H
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <boost/scoped_ptr.hpp>
 #include <boost/container/flat_set.hpp>
 #include "include/mempool.h"
index 4025afc8b8d635099cce805493009e951fc321a8..ba219024259b500c2dd39573a09d0105d17454e7 100644 (file)
  *
  */
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
 
 #include "common/errno.h"
 #include "common/scrub_types.h"
index 2828880f6565aca4a9b9701ebc9e6c7892d5f429..1cc25fea817e377e835e5db0ee4f92c1470a7eb7 100644 (file)
@@ -3,6 +3,11 @@
 
 #pragma once
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <boost/statechart/event.hpp>
 
 #include "osd/osd_types.h"
index c600431600c49fc72a0f076a4c12bcd9e9a4567b..891405e1c63f9cbe0beca3e84400355784ed3aee 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "PGPeeringEvent.h"
 #include "common/ceph_releases.h"
 #include "common/dout.h"
index 56f76081bf861ff8940cc5150787d01ba9cdc4d3..7583a583b5fe1bbc2d280aff9a96eaf8a22b20bc 100644 (file)
@@ -3,6 +3,11 @@
 
 #pragma once
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <boost/statechart/custom_reaction.hpp>
 #include <boost/statechart/event.hpp>
 #include <boost/statechart/simple_state.hpp>
index b34b62ca5d96488d2de3a025de1736488a3131df..469af37a60e7ff2b8eb1f89ea44f9ff656b08c87 100644 (file)
 #ifndef CEPH_REPLICATEDPG_H
 #define CEPH_REPLICATEDPG_H
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <boost/tuple/tuple.hpp>
 #include "include/ceph_assert.h"
 #include "DynamicPerfStats.h"
index 7c71aa26fe7a2b1c2d91fa2d1371fdb94e53660b..b8b88685290fa6ffbbf38263be11b3633a93ad34 100644 (file)
  * Foundation.  See file COPYING.
  *
  */
+
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "common/errno.h"
 #include "ReplicatedBackend.h"
 #include "messages/MOSDOp.h"
index a42d37bfecc092da64557e2e5575e104ecceb147..450cc5204815cdde9e26a0dff1d19ce30b785f64 100644 (file)
 #ifndef CEPH_OSD_SESSION_H
 #define CEPH_OSD_SESSION_H
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "common/RefCountedObj.h"
 #include "common/ceph_mutex.h"
 #include "global/global_context.h"
index 73c5406856a56d68f5c453377b599b1e2eb83f0d..f823b0e5115b75a5ab4736296723ce0154dfd217 100644 (file)
@@ -1,6 +1,11 @@
 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
 // vim: ts=8 sw=2 smarttab
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <cstdarg>
 #include "common/ceph_context.h"
 #include "common/ceph_releases.h"
index f1bf86e445c2d3e5c7aac0888a9d2184abdc9e83..8cb92c6424260340f9fcf6d9bc702499af4a22ae 100644 (file)
 #ifndef CEPH_OSD_TYPES_H
 #define CEPH_OSD_TYPES_H
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <atomic>
 #include <sstream>
 #include <cstdio>
index 2f656966bb4d1049296ae85690828e0e914f5367..8bb85bdb89c0571b61c9457c08c266a03de6e052 100644 (file)
  *
  */
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <ostream>
 
 #include "osd/scheduler/OpScheduler.h"
index 0e96fbfae0d7f5788904726935620f363f80b941..1b39dbdf492329c01812d7c3250b3051200eda4f 100644 (file)
 #include <memory>
 #include <functional>
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "osd/scheduler/mClockScheduler.h"
 #include "common/dout.h"
 
index 65e2a1ae91fc9cb8dd07d09560f93360cfef3793..e73f634170a89953b525127979d203e384fc8520 100644 (file)
@@ -2,6 +2,11 @@
 
 #include "gtest/gtest.h"
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "global/global_context.h"
 #include "global/global_init.h"
 #include "common/common_init.h"
index 98669667a777266a4f4120dfd79e4a0563ac0895..2a22ddc865324a4b2ec4dedd08ab80d1492fd6f9 100644 (file)
  *
  */
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <gtest/gtest.h>
 #include "osd/PGTransaction.h"
 #include "osd/ECTransaction.h"
index d9abe03af6edf452d689ced3ef636a5cc5fa38bc..b8d3c5f51d3cf6e646bbd03d530119baa4f8abc1 100644 (file)
  *
  */
 
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include <boost/program_options/variables_map.hpp>
 #include <boost/program_options/parsers.hpp>
 #include <boost/scoped_ptr.hpp>
index 8e3d5b45888024813bf35a1cf422fe5a61d0c057..22015eae8052c4fbf0cb80f38b8b41acd4f86fdb 100644 (file)
@@ -1,3 +1,9 @@
+
+#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
+#if !defined(BOOST_MPL_LIMIT_LIST_SIZE)
+#   define BOOST_MPL_LIMIT_LIST_SIZE 30
+#endif
+
 #include "auth/cephx/CephxKeyServer.h"
 #include "common/errno.h"
 #include "mon/AuthMonitor.h"