]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/cifs/cifsglob.h
[CIFS] add hostname field to TCP_Server_Info struct
[linux-2.6-omap-h63xx.git] / fs / cifs / cifsglob.h
index 4ff8179df7ec743bb28a1c6c83dc6d731e2c7997..3525082f5e586a4a106c6d6d94f3eadc3e2811f6 100644 (file)
@@ -139,6 +139,7 @@ struct TCP_Server_Info {
        /* 15 character server name + 0x20 16th byte indicating type = srv */
        char server_RFC1001_name[SERVER_NAME_LEN_WITH_NULL];
        char unicode_server_Name[SERVER_NAME_LEN_WITH_NULL * 2];
+       char *hostname; /* hostname portion of UNC string */
        struct socket *ssocket;
        union {
                struct sockaddr_in sockAddr;