]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
windows-cm_conn-20080721
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 21 Jul 2008 19:34:05 +0000 (19:34 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 21 Jul 2008 19:34:05 +0000 (19:34 +0000)
LICENSE MIT

callp -> rxconnp

src/WINNT/afsd/cm_conn.h

index 952c33b7ee0b6e3e4a7cdd8d063b2ea8c63d0e1b..26757a450fada0f86e1d534f42c1b46462846dcc 100644 (file)
@@ -22,7 +22,7 @@ extern DWORD          RDRtimeout;
 typedef struct cm_conn {
        struct cm_conn *nextp;          /* locked by cm_connLock */
        struct cm_server *serverp;      /* locked by cm_serverLock */
-        struct rx_connection *callp;   /* locked by mx */
+        struct rx_connection *rxconnp; /* locked by mx */
         struct cm_user *userp;         /* locked by mx; a held reference */
         osi_mutex_t mx;                        /* mutex for some of these fields */
         afs_int32 refCount;            /* Interlocked */