]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3/smbd: Use SMBPROFILE_IOBYTES_ASYNC_STATE_X macro
authorAnoop C S <anoopcs@samba.org>
Wed, 2 Jul 2025 09:42:20 +0000 (15:12 +0530)
committerGünther Deschner <gd@samba.org>
Tue, 12 Aug 2025 07:26:38 +0000 (07:26 +0000)
Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/smbd/globals.h

index e518c710cdaa40f7f114e8e5a78ca93cfdcc894f..aafce615d61d373ed74e56036786c5aa18153b4a 100644 (file)
@@ -655,8 +655,7 @@ struct smbd_smb2_request {
 
        struct timeval request_time;
 
-       SMBPROFILE_IOBYTES_ASYNC_STATE(profile);
-       SMBPROFILE_IOBYTES_ASYNC_STATE(profile_x);
+       SMBPROFILE_IOBYTES_ASYNC_STATE_X(profile, profile_x);
 
        /* fake smb1 request. */
        struct smb_request *smb1req;