[Xorp-cvs] XORP cvs commit: xorp/libxipc

Bruce M Simpson bms at incunabulum.net
Wed Sep 24 08:08:03 PDT 2008


Andrea Bittau wrote:
> Log message:
> 	Force commit to correct CVS log message.  Message /tmp/log.r493 should read:
> 	
> 	support for XRL batching across eventloop runs.  You can now do:
> 	xrl_router.batch_start("target name");
> 	xrl_router.send()
> 	xrl_router.send()
> 	...
> 	xrl_router.batch_end("target name");
> 	
...

I began porting a lot of the libxipc code to Python in the early summer. 
This changes things!

One of the problems with libxipc is that it relies on libxorp C++ 
callbacks. it isn't easy to port these to other languages, and it's a 
bit of a problem if one wishes to write a native XORP application in 
another language.

cheers
BMS



More information about the Xorp-cvs mailing list