trailing comment after #else or #endif
[unix-history] / usr / src / sys / netiso / iso_pcb.h
index 67d3036..8c508ba 100644 (file)
@@ -1,3 +1,12 @@
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)iso_pcb.h   7.6 (Berkeley) %G%
+ */
+
 /***********************************************************
                Copyright IBM Corporation 1987
 
 /***********************************************************
                Copyright IBM Corporation 1987
 
@@ -26,7 +35,6 @@ SOFTWARE.
  */
 /* $Header: iso_pcb.h,v 4.3 88/06/29 15:00:01 hagens Exp $ */
 /* $Source: /usr/argo/sys/netiso/RCS/iso_pcb.h,v $ */
  */
 /* $Header: iso_pcb.h,v 4.3 88/06/29 15:00:01 hagens Exp $ */
 /* $Source: /usr/argo/sys/netiso/RCS/iso_pcb.h,v $ */
-/*     @(#)iso_pcb.h   7.4 (Berkeley) %G% */
 
 #define        MAXX25CRUDLEN   16      /* 16 bytes of call request user data */
 
 
 #define        MAXX25CRUDLEN   16      /* 16 bytes of call request user data */
 
@@ -50,6 +58,7 @@ struct isopcb {
        caddr_t                                 isop_chan;              /* actually struct pklcb * */
        u_short                                 isop_refcnt;            /* mult TP4 tpcb's -> here */
        u_short                                 isop_lport;                     /* MISLEADLING work var */
        caddr_t                                 isop_chan;              /* actually struct pklcb * */
        u_short                                 isop_refcnt;            /* mult TP4 tpcb's -> here */
        u_short                                 isop_lport;                     /* MISLEADLING work var */
+       u_short                                 isop_tuba_cached;       /* for tuba address ref cnts */
        int                                             isop_x25crud_len;       /* x25 call request ud */
        char                                    isop_x25crud[MAXX25CRUDLEN];
        struct ifaddr                   *isop_ifa;              /* ESIS interface assoc w/sock */
        int                                             isop_x25crud_len;       /* x25 call request ud */
        char                                    isop_x25crud[MAXX25CRUDLEN];
        struct ifaddr                   *isop_ifa;              /* ESIS interface assoc w/sock */