]> git.proxmox.com Git - ceph.git/blob - ceph/src/rgw/store/dbstore/common/dbstore_log.h
buildsys: change download over to reef release
[ceph.git] / ceph / src / rgw / store / dbstore / common / dbstore_log.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab
3
4 #ifndef DB_STORE_LOG_H
5 #define DB_STORE_LOG_H
6
7 #include <errno.h>
8 #include <stdlib.h>
9 #include <string>
10 #include <stdio.h>
11 #include <iostream>
12 #include <fstream>
13 #include "common/dout.h"
14
15 using namespace std;
16
17 #define dout_subsys ceph_subsys_rgw
18 #undef dout_prefix
19 #define dout_prefix *_dout << "rgw dbstore: "
20
21 #endif