#include "include/assert.h"
#include "common/Clock.h"
#include "common/armor.h"
+#include "common/ceph_context.h"
#include "common/ceph_crypto.h"
#include "common/hex.h"
#include "common/safe_io.h"
#include <sstream>
#include <algorithm>
#include "auth/KeyRing.h"
+#include "common/ceph_context.h"
#include "common/config.h"
#include "common/debug.h"
#include "common/errno.h"
#include "auth/KeyRing.h"
#include "include/random.h"
+#include "common/ceph_context.h"
#include "common/config.h"
#include "common/dout.h"
#include "CephxProtocol.h"
#include "common/Clock.h"
+#include "common/ceph_context.h"
#include "common/config.h"
#include "common/debug.h"
#include "include/buffer.h"
#ifndef CEPH_COND_H
#define CEPH_COND_H
+#include "common/Clock.h"
#include "include/Context.h"
class Cond {
#include <algorithm>
#include <map>
-#include <sstream>
#include <sys/stat.h>
#include <iostream>
// vim: ts=8 sw=2 smarttab
#include "common/SloppyCRCMap.h"
+#include "common/Formatter.h"
using namespace std;
DECODE_FINISH(bl);
}
-void SloppyCRCMap::dump(Formatter *f) const
+void SloppyCRCMap::dump(ceph::Formatter *f) const
{
f->dump_unsigned("block_size", block_size);
f->open_array_section("crc_map");
#define CEPH_COMMON_SLOPPYCRCMAP_H
#include "include/encoding.h"
-#include "common/Formatter.h"
+
+namespace ceph {
+class Formatter;
+}
/**
* SloppyCRCMap
void encode(bufferlist& bl) const;
void decode(bufferlist::const_iterator& bl);
- void dump(Formatter *f) const;
+ void dump(ceph::Formatter *f) const;
static void generate_test_instances(std::list<SloppyCRCMap*>& ls);
};
WRITE_CLASS_ENCODER(SloppyCRCMap)
#include <list>
#include <set>
#include <string>
+#include <string_view>
#include <vector>
-#include <boost/utility/string_view.hpp>
-
namespace ceph {
#ifndef CEPH_MON_SESSION_H
#define CEPH_MON_SESSION_H
+#include "global/global_context.h"
#include "include/xlist.h"
#include "msg/msg_types.h"
#include "mon/mon_types.h"