patch-1.3.68 linux/include/net/sock.h
Next file: linux/kernel/ksyms.c
Previous file: linux/include/net/ax25.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Thu Feb 22 15:52:47 1996
- Orig file:
v1.3.67/linux/include/net/sock.h
- Orig date:
Tue Feb 20 14:37:28 1996
diff -u --recursive --new-file v1.3.67/linux/include/net/sock.h linux/include/net/sock.h
@@ -197,6 +197,12 @@
ipx_address ipx_dest_addr;
ipx_interface *ipx_intrfc;
unsigned short ipx_port;
+
+/* To handle asynchronous messages from the NetWare server, we have to
+ * know the connection this socket belongs to. Sorry to blow up this
+ * structure even more. */
+ struct ncp_server *ipx_ncp_server;
+
#ifdef CONFIG_IPX_INTERN
unsigned char ipx_node[IPX_NODE_LEN];
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this