PERFORCE change 128445 for review

Kip Macy kmacy at FreeBSD.org
Wed Oct 31 20:20:36 PDT 2007


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

Change 128445 by kmacy at kmacy:storage:toestack on 2007/11/01 03:19:43

	connect is part of the toedev because the toepcb hasn't been allocated yet

Affected files ...

.. //depot/projects/toestack/sys/netinet/tcp_ofld.h#5 edit

Differences ...

==== //depot/projects/toestack/sys/netinet/tcp_ofld.h#5 (text+ko) ====

@@ -96,7 +96,6 @@
 }
 
 struct toe_usrreqs {
-	int (*tu_connect)(struct tcpcb *tp, struct sockaddr *nam);
 	int (*tu_disconnect)(struct tcpcb *tp);
 	int (*tu_abort)(struct tcpcb *tp);
 	int (*tu_send)(struct tcpcb *tp);


More information about the p4-projects mailing list