libsplinter-sys 1.1.9

Native FFI bindings to libsplinter, the shared-memory splinter core. Vendored C sources are built from source; no system install required.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * Miscellaneous Configuration Constants 
 */
#ifndef SPLINTER_CONFIG_H
#define SPLINTER_CONFIG_H

#include "build.h"

// so tools can be used without many / any arguments
#define DEFAULT_BUS "splinter_debug"
#define DEFAULT_KEY "__debug"
#define DEFAULT_SLOTS 1024
#define DEFAULT_VAL_MAXLEN 4096

#endif // SPLINTER_CONFIG_H