Better comment.
This commit is contained in:
@@ -12,8 +12,7 @@ int total_target_nodes = 0;
|
|||||||
|
|
||||||
struct SeveralContinuedDeadNode {
|
struct SeveralContinuedDeadNode {
|
||||||
bool status;
|
bool status;
|
||||||
int length; // Caution that when status == dead and length == 1, the node
|
int length; // Caution that when status == dead and length == 1, the node itself is alive.
|
||||||
// itself is alive.
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct SearchResult {
|
struct SearchResult {
|
||||||
|
|||||||
Reference in New Issue
Block a user