TODO: s3:libsmb: add cli_state_dup()
[metze/samba/wip.git] / source3 / include / client.h
index 23ba86d2a2c4ab33bf5955623892c8667f79807e..dcc33e01d009852d7a38e3716761755fcf4f82ba 100644 (file)
@@ -86,6 +86,7 @@ struct cli_state {
        /* Where (if anywhere) this is mounted under DFS. */
        char *dfs_mountpoint;
 
+       struct cli_state *primary_state;
        struct smbXcli_conn *conn;
 
        struct {