[Xorp-users] writing callbacks

Jeff Krasky kras0021@umn.edu
Tue, 25 Jan 2005 14:58:21 CST


 
Hi,
I am creating my own process and it will use XRL to give some commands to
BGP.  For example, I created an XrlBgpV0p2Client object and I will call
send_originate_route4() on this object.

My problem is how to create the last parameter, OriginateRoute4CB.  It is
my understanding that I need to write my own callback method.  Is this
correct?  If so, how do I make it of that type?

Thanks,


Jeff