hello,
i want to get node id in classifier.cc
i don't know how to get node id.
so i include node.h and write code (follow)

Node* tempnode;
int ttmp;
if (tempnode){
    ttmp=tempnode->address();
    ttmp=tempnode->nodeid();
}

but it had segmentation fault(core dumped).
i used gdb to trace it.
gdb show program received signal SIGILL, Illegal instruction

somebody can tell me how to get node id ?
-- 
View this message in context: 
http://www.nabble.com/how-to-get-node-id-in-classifier-tf4103981.html#a11671028
Sent from the ns-users mailing list archive at Nabble.com.

Reply via email to