Skip to content

Commit

Permalink
Merge "Add death tests for membership manager"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 16, 2016
2 parents 1610507 + 72c29dc commit 656460e
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bgp/bgp_membership.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class BgpMembershipManager {
void UnregisterPeerRegistrationCallback(int id);

virtual void Register(IPeer *peer, BgpTable *table,
const RibExportPolicy &policy, int instance_id);
const RibExportPolicy &policy, int instance_id = -1);
void RegisterRibIn(IPeer *peer, BgpTable *table);
virtual void Unregister(IPeer *peer, BgpTable *table);
void UnregisterRibIn(IPeer *peer, BgpTable *table);
Expand Down
Loading

0 comments on commit 656460e

Please sign in to comment.