Commit 5bae979e authored by Rich Prohaska's avatar Rich Prohaska

get KEY_VALUE_OVERHEAD from brt-internal.h

git-svn-id: file:///svn/tokudb@263 c7de825b-a66e-492c-adef-691d508d4ae1
parent 2e8a99ee
......@@ -15,8 +15,8 @@
#include "kv-pair.h"
#include "pma-internal.h"
/* TODO get this from a include file */
#define KEY_VALUE_OVERHEAD 8
/* get KEY_VALUE_OVERHEAD */
#include "brt-internal.h"
int pma_n_entries (PMA pma) {
return pma->n_pairs_present;
......
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