r4726: - use the name tcon and tid instead of conn and cnum
[gd/samba-autobuild/.git] / source4 / smb_server / smb_server.h
index 8486ad0da6fe17db708d393f7958fedc9fbb79d4..8a21051b65c2072580ec2d12b12c892517a7ba4b 100644 (file)
@@ -59,7 +59,8 @@ struct smbsrv_tcon {
        /* the server context that this was created on */
        struct smbsrv_connection *smb_conn;
 
-       uint16_t cnum; /* an index passed over the wire (the TID) */
+       uint16_t tid; /* an index passed over the wire (the TID) */
+
        int service;
        BOOL read_only;
        BOOL admin_user;