----- Forwarded Message ---- From: Nguyen Van Nam <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, July 29, 2008 11:16:20 AM Subject: Problem with writing a xorp prorocess Hello, I have written a code source as in the following to detect LSDB change in OSPF protocol. XrlStdRouter xrl_router(_ospf.get_eventloop(), "ospf_loopfree"); //debug_msg("Waiting for router"); xrl_router.finalize(); XrlOspfLoopfreeV0p1Client xrl_ospf_loopfree_client(&xrl_router); wait_until_xrl_router_is_ready(_ospf.get_eventloop(), xrl_router); //debug_msg("\n"); //event loop run bool success=false; success=xrl_ospf_loopfree_client.send_reveive_lsdb_change("ospf_loopfree", callback(this,&AreaRouter::send_reveive_lsdb_change_cb )); if (success) cout<< "LSDB change"<<endl; } catch (...) { xorp_catch_standard_exceptions(); } But I found the errors: BufferAsyncReader::annouce_event(BufferedAsyncReader::Event): Assertion _cb.is_only()==true failed Could you please help me to fix these? Thanks so much Nguyen Van Nam
_______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
