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

Pavlin Radoslavov pavlin at icir.org
Tue Sep 11 01:06:22 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-09-11 08:06:22 UTC

XORP CVS repository


Modified files:
	bgp           bgp.cc bgp.hh dummy_main.cc main.cc plumbing.cc 
	              plumbing.hh test_cache.cc test_decision.cc 
	              test_deletion.cc test_dump.cc test_fanout.cc 
	              test_filter.cc test_next_hop_resolver.cc 
	              test_nhlookup.cc test_plumbing.cc test_policy.cc 
	              test_ribin.cc test_ribout.cc 

Log message:
	Pass the eventloop as a reference to the BGPMain constructor instead
	of declaring it as a static member of that class.
	
	Requested by:   Bruce M. Simpson
	Approved by:    Atanu Ghosh

Revision  Changes                                Path
1.88      +9 -13;  commitid: e4b446e64c0b7ea6;   xorp/bgp/bgp.cc
1.67      +4 -4;  commitid: e4b446e64c0b7ea6;    xorp/bgp/bgp.hh
1.20      +4 -4;  commitid: e4b446e64c0b7ea6;    xorp/bgp/dummy_main.cc
1.48      +5 -3;  commitid: e4b446e64c0b7ea6;    xorp/bgp/main.cc
1.101     +4 -4;  commitid: e4b446e64c0b7ea6;    xorp/bgp/plumbing.cc
1.42      +3 -3;  commitid: e4b446e64c0b7ea6;    xorp/bgp/plumbing.hh
1.33      +3 -3;  commitid: e4b446e64c0b7ea6;    xorp/bgp/test_cache.cc
1.42      +3 -2;  commitid: e4b446e64c0b7ea6;    xorp/bgp/test_decision.cc
1.32      +3 -2;  commitid: e4b446e64c0b7ea6;    xorp/bgp/test_deletion.cc
1.56      +3 -3;  commitid: e4b446e64c0b7ea6;    xorp/bgp/test_dump.cc
1.35      +3 -3;  commitid: e4b446e64c0b7ea6;    xorp/bgp/test_fanout.cc
1.41      +3 -2;  commitid: e4b446e64c0b7ea6;    xorp/bgp/test_filter.cc
1.29      +19 -19;  commitid: e4b446e64c0b7ea6;  xorp/bgp/test_next_hop_resolver.cc
1.35      +3 -2;  commitid: e4b446e64c0b7ea6;    xorp/bgp/test_nhlookup.cc
1.23      +3 -2;  commitid: e4b446e64c0b7ea6;    xorp/bgp/test_plumbing.cc
1.8       +7 -4;  commitid: e4b446e64c0b7ea6;    xorp/bgp/test_policy.cc
1.38      +5 -3;  commitid: e4b446e64c0b7ea6;    xorp/bgp/test_ribin.cc
1.33      +3 -3;  commitid: e4b446e64c0b7ea6;    xorp/bgp/test_ribout.cc



More information about the Xorp-cvs mailing list