Skip to content

Commit

Permalink
Add TODO comment about #500 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
const-t committed Nov 15, 2024
1 parent 40b1e48 commit 89f5e38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion db/core/htrie.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,11 @@ tdb_rec_is_complete(TdbRec *rec)
return rec->flags & TDB_HTRIE_COMPLETE_BIT;
}

/* Intended to be called as complete of insertion, only in the same thread. */
/**
* Intended to be called as complete of insertion, only in the same thread.
*
* TODO: Incomplete records can be used as base for implementation #500 issue.
*/
void
tdb_rec_mark_complete(void *rec)
{
Expand Down

0 comments on commit 89f5e38

Please sign in to comment.