Revision a6962edf8134a7bce98611c2d592b8370161603a authored by Igor Canadi on 23 October 2015, 00:14:52 UTC, committed by Igor Canadi on 23 October 2015, 00:14:52 UTC
2 parent s 8c11c5d + 3c750b5
Raw File
db_info_dumper.h
//  Copyright (c) 2013, Facebook, Inc.  All rights reserved.
//  This source code is licensed under the BSD-style license found in the
//  LICENSE file in the root directory of this source tree. An additional grant
//  of patent rights can be found in the PATENTS file in the same directory.
#pragma once

#include <string>

#include "rocksdb/options.h"

namespace rocksdb {
void DumpDBFileSummary(const DBOptions& options, const std::string& dbname);
}  // namespace rocksdb
back to top