Commit 4cf61384 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

make setup_dlmalloc visible. addresses #1377

git-svn-id: file:///svn/toku/tokudb@9132 c7de825b-a66e-492c-adef-691d508d4ae1
parent 7d1ea0d6
......@@ -11,7 +11,7 @@ void toku_ydb_init(void);
void toku_ydb_destroy(void);
// Called to use dlmalloc functions.
void setup_dlmalloc(void);
void setup_dlmalloc(void) __attribute__((__visibility__("default")));
// db_env_create for the trace library
int db_env_create_toku10(DB_ENV **, u_int32_t) __attribute__((__visibility__("default")));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment