s3:libsmb: move cli_state->pending to cli_state->conn.pending
[samba.git] / source3 / include / client.h
index cfc0b417091de3fd999164fbcbab07f1f6294b9c..72bb25a2d7ecba96d4cccce3d973c73a81b82cbe 100644 (file)
@@ -125,7 +125,10 @@ struct cli_state {
        char *dfs_mountpoint;
 
        struct tevent_queue *outgoing;
-       struct tevent_req **pending;
+
+       struct {
+               struct tevent_req **pending;
+       } conn;
 
        struct {
                uint16_t mid;