Add a manually added node, returning false if it was already present.
Declared in <net.h>
[[requires_capability(0x7f2e2b749248), requires_capability(0x7f2e28941f58), requires_capability(0x7f2e234d1138), requires_capability(0x7f2e2737d8d8), requires_capability(0x7f2e235eef68), requires_capability(0x7f2e2a34b058), requires_capability(0x7f2e219f7e28), requires_capability(0x7f2e21c82ce8), requires_capability(0x7f2e1aa35848), requires_capability(0x7f2e376b7928), requires_capability(0x7f2e433cd4b8)]]
bool
AddNode(AddedNodeParams const& add);
false if the node was already present, true otherwise.
| Name | Description |
|---|---|
| add | the parameters describing the node to add. |