File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,9 @@ namespace dhcp {
7676// / certain ranges it is important that this container can efficiently identify
7777// / the range. Once the range is identified, the reclaimed lease is appended to
7878// / the end of the queue for that range.
79+ // /
80+ // / @todo Methods of this class should be called in thread safe context. Otherwise
81+ // / they should be made thread safe.
7982class FreeLeaseQueue {
8083public:
8184
Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ namespace dhcp {
6060// / This algorithm guarantees that all IP addresses or delegated prefixes
6161// / beloging to the given range are returned and no duplicates are returned.
6262// / The addresses or delegated prefixes are returned in a random order.
63+ // /
64+ // / @todo Methods of this class should be called in thread safe context. Otherwise
65+ // / they should be made thread safe.
6366class IPRangePermutation {
6467public:
6568
You can’t perform that action at this time.
0 commit comments