aodv/aodv.cc: At global scope:
aodv/aodv.cc:441:36: error: no ‘void AODV::rt_print(nsaddr_t)’ member function declared in class ‘AODV’
void AODV::rt_print(nsaddr_t nodeid) {
^
aodv/aodv.cc:454:35: error: no ‘void AODV::rt_dist(nsaddr_t)’ member function declared in class ‘AODV’
void AODV::rt_dist(nsaddr_t nodeid) {
^
aodv/aodv.cc: In member function ‘void AODV::recvReply(Packet*)’:
aodv/aodv.cc:906:20: error: ‘rt_print’ was not declared in this scope
rt_print(index); //print this nodes whole routing table.
^
make: *** [Makefile:94: aodv/aodv.o] Error 1