Commit 334c5b6
committed
fix: expose NodeStatus as KBucketNodeStatus
The EntryView struct exposes the node status however its type is not public making it impossible to
use the status field.
This change re-exports NodeStatus according to the existing naming pattern.
See #4108 which was fixed however the NodeStatus type
was not exposed.1 parent 74c087d commit 334c5b6
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
0 commit comments