documentation cleanup
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@2448 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
This commit is contained in:
parent
38f1793eaa
commit
4f74dfd45f
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
#include "tuplemerger.h"
|
#include "tuplemerger.h"
|
||||||
#include "logstore.h"
|
#include "logstore.h"
|
||||||
|
|
||||||
// XXX test / reason about this...
|
// t2 is the newer tuple.
|
||||||
|
// we return deletes here. our caller decides what to do with them.
|
||||||
datatuple* tuplemerger::merge(const datatuple *t1, const datatuple *t2)
|
datatuple* tuplemerger::merge(const datatuple *t1, const datatuple *t2)
|
||||||
{
|
{
|
||||||
datatuple *t;
|
datatuple *t;
|
||||||
|
@ -21,9 +22,7 @@ datatuple* tuplemerger::merge(const datatuple *t1, const datatuple *t2)
|
||||||
}
|
}
|
||||||
|
|
||||||
return t;
|
return t;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* appends the data in t2 to data from t1
|
* appends the data in t2 to data from t1
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue