Closed zhuangshangyuan closed 3 years ago
I want to generate two utUsers nodes through: NodeContainer attackerNode = helper -> GetUtUsers(); NodeContainer victimNode = helper -> GetUtUsers();
But through the GetId() function I found that the Id of these two nodes are exactly the same, so how do I generate two independent utUsers nodes?
I want to generate two utUsers nodes through: NodeContainer attackerNode = helper -> GetUtUsers(); NodeContainer victimNode = helper -> GetUtUsers();
But through the GetId() function I found that the Id of these two nodes are exactly the same, so how do I generate two independent utUsers nodes?