Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2009 03:13:19 GMT
From:      Ana Kukec <anchie@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 167350 for review
Message-ID:  <200908150313.n7F3DJOU086049@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=167350

Change 167350 by anchie@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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908150313.n7F3DJOU086049>