Skip to content

Commit

Permalink
pht.h: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ovari authored and aberaud committed Dec 19, 2024
1 parent 2a4b357 commit 4c98f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/opendht/indexation/pht.h
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ class OPENDHT_PUBLIC Pht {

/**
* This mutlimap contains all prefix insert in the tree in time order
* We could then delete the last one if there is too much node
* We could then delete the last one if there is too many nodes
* The tree will self destroy is branch ( thanks to share_ptr )
*/
std::multimap<time_point, std::shared_ptr<Node>> leaves_;
Expand Down

0 comments on commit 4c98f7c

Please sign in to comment.