|
@@ -36,7 +36,7 @@ void sort_precompute_evalplan(uint32_t N, threadid_t nthreads);
|
|
|
|
|
|
// Perform the sort using up to nthreads threads. The items to sort are
|
|
// Perform the sort using up to nthreads threads. The items to sort are
|
|
// byte arrays of size msg_size. The key is the 10-bit storage server
|
|
// byte arrays of size msg_size. The key is the 10-bit storage server
|
|
-// id contatenated with the 22-bit uid at the storage server.
|
|
|
|
|
|
+// id concatenated with the 22-bit uid at the storage server.
|
|
void sort_mtobliv(threadid_t nthreads, uint8_t* items, uint16_t msg_size,
|
|
void sort_mtobliv(threadid_t nthreads, uint8_t* items, uint16_t msg_size,
|
|
uint32_t Nr, uint32_t Na,
|
|
uint32_t Nr, uint32_t Na,
|
|
// the arguments to the callback are items, the sorted indices, and
|
|
// the arguments to the callback are items, the sorted indices, and
|