Re: [ns] error while executing qaodv routing protocol

2007-05-01 Thread Mohammed Abu Hajar
Yes I am now working also at providing AODV QoS extensions , I am face this error , so make sure that you define and put your defined function in the correct place. *.h file for define variables - *.cc for implementation code . also you can trace your code by using pintf statement like : p

Re: [ns] error while executing qaodv routing protocol

2007-05-01 Thread Timo Reimann
dorababu wrote: > > I made some changes in aodv.cc for adding qos extention in aodv > protocol. after that i type make command in the konsole to check the > protocol.But i am getting following error " expected primary-expression > before '.' token" , i am unable to find the problem. any help r

[ns] error while executing qaodv routing protocol

2007-05-01 Thread dorababu
Hi, I made some changes in aodv.cc for adding qos extention in aodv protocol. after that i type make command in the konsole to check the protocol.But i am getting following error " expected primary-expression before '.' token" , i am unable to find the problem. any help regarding this very us