From: Ben Pfaff Date: Tue, 14 Oct 2008 20:10:48 +0000 (-0700) Subject: secchan: Increase max number of local_cbs to accommodate STP. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a8137e64f265711135ce06e1d5d0100431d3c7;p=openvswitch secchan: Increase max number of local_cbs to accommodate STP. --- diff --git a/secchan/secchan.c b/secchan/secchan.c index 9795c90c..d36da256 100644 --- a/secchan/secchan.c +++ b/secchan/secchan.c @@ -640,7 +640,7 @@ struct port_watcher { int n_txq; struct port_watcher_cb cbs[2]; int n_cbs; - struct port_watcher_local_cb local_cbs[2]; + struct port_watcher_local_cb local_cbs[4]; int n_local_cbs; char local_port_name[OFP_MAX_PORT_NAME_LEN + 1]; };