Skip to content

Commit 512b6ab

Browse files
committed
Add TODO comment about #500 issue
1 parent 85fa6c6 commit 512b6ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

db/core/htrie.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,11 @@ tdb_rec_is_complete(TdbRec *rec)
266266
return rec->flags & TDB_HTRIE_COMPLETE_BIT;
267267
}
268268

269-
/* Intended to be called as complete of insertion, only in the same thread. */
269+
/**
270+
* Intended to be called as complete of insertion, only in the same thread.
271+
*
272+
* TODO: Incomplete records can be used as base for implementation #500 issue.
273+
*/
270274
void
271275
tdb_rec_mark_complete(void *rec)
272276
{

0 commit comments

Comments
 (0)