fork of https://github.com/oxigraph/rocksdb and https://github.com/facebook/rocksdb for nextgraph and oxigraph
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
394 B
25 lines
394 B
/**
|
|
* Autogenerated by Thrift
|
|
*
|
|
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
* @generated
|
|
*/
|
|
#ifndef scribe_CONSTANTS_H
|
|
#define scribe_CONSTANTS_H
|
|
|
|
#include "scribe_types.h"
|
|
|
|
namespace Tleveldb {
|
|
|
|
class scribeConstants {
|
|
public:
|
|
scribeConstants();
|
|
|
|
int32_t SCRIBE_MAX_MESSAGE_LENGTH;
|
|
};
|
|
|
|
extern const scribeConstants g_scribe_constants;
|
|
|
|
} // namespace
|
|
|
|
#endif
|
|
|