BSD 4_4_Lite2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 5 Jan 1987 02:02:20 +0000 (18:02 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 5 Jan 1987 02:02:20 +0000 (18:02 -0800)
Work on file usr/src/contrib/xns/morexnslib/xnsbfs/pex.h

Synthesized-from: CSRG/cd3/4.4BSD-Lite2

usr/src/contrib/xns/morexnslib/xnsbfs/pex.h [new file with mode: 0644]

diff --git a/usr/src/contrib/xns/morexnslib/xnsbfs/pex.h b/usr/src/contrib/xns/morexnslib/xnsbfs/pex.h
new file mode 100644 (file)
index 0000000..9cbd8ca
--- /dev/null
@@ -0,0 +1,17 @@
+/* $Header: pex.h,v 1.1 86/06/27 13:14:37 jqj Exp $ */
+/* $Log:       pex.h,v $
+ * Revision 1.1  86/06/27  13:14:37  jqj
+ * Initial revision
+ * 
+ */
+
+/*     pex.h   1.1     85/01/26        */
+
+/*
+ * Packet Exchange protocol header.
+ * See XSIS 028112, December 1981
+ */
+struct pex {
+       u_short ph_idh, ph_idl;         /* `unique' transaction identifier */
+       u_short ph_client;              /* client type field */
+};