Example : AODV protocol Agent / AODV set total_nodes_ 50
int total_nodes_ ; // in header file bind(“total_nodes_,&total_nodes); Printf(“Total number of nodes %d \n”,total_nodes_);
Total number of nodes 50