s3:libsmb: move cli_state->outgoing to cli_state->conn.outgoing
[metze/samba/wip.git] / source3 / include / client.h
index cfc0b417091de3fd999164fbcbab07f1f6294b9c..26b8fcb4056751486b315b965bedef4d0d46089b 100644 (file)
@@ -124,8 +124,10 @@ struct cli_state {
        /* Where (if anywhere) this is mounted under DFS. */
        char *dfs_mountpoint;
 
-       struct tevent_queue *outgoing;
-       struct tevent_req **pending;
+       struct {
+               struct tevent_queue *outgoing;
+               struct tevent_req **pending;
+       } conn;
 
        struct {
                uint16_t mid;