Commit ab10d38d authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:2811], add some comments for file organization

git-svn-id: file:///svn/toku/tokudb@23809 c7de825b-a66e-492c-adef-691d508d4ae1
parent 5484d704
......@@ -106,6 +106,10 @@ le_malloc(OMT omt, struct mempool *mp, size_t size, void **maybe_free)
}
/////////////////////////////////////////////////////////////////////
// Garbage collection related functions
//
static TXNID
get_next_older_txnid(TXNID xc, OMT omt) {
int r;
......@@ -434,6 +438,9 @@ struct __attribute__ ((__packed__)) leafentry {
#endif
//
// required for every le_unpack that is done
//
void
ule_cleanup(ULE ule) {
invariant(ule->uxrs);
......
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