PERFORCE change 167350 for review

Ana Kukec anchie at FreeBSD.org
Sat Aug 15 03:13:20 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=167350

Change 167350 by anchie at anchie_desnimis on 2009/08/15 03:13:00

	Use rtm->rtm_seq field instead of ifan->ifan_what.	

Affected files ...

.. //depot/projects/soc2009/anchie_send/send_0.2/sendd/net.c#23 edit

Differences ...

==== //depot/projects/soc2009/anchie_send/send_0.2/sendd/net.c#23 (text+ko) ====

@@ -279,8 +279,11 @@
 		DBG(&dbg_snd, "RTM_IFANNOUNCE");
 		break;
 	case RTM_SND:
+#if 0
 		ifan = sbuff_data(b);	
 		switch (ifan->ifan_what) {
+#endif
+		switch (rtm->rtm_seq) {
 		case RTM_SND_IN:
 			applog(LOG_ERR, "RTM_SND_IN");
 			/* n = RTM hdr + SEND message */


More information about the p4-projects mailing list