Skip to content

Commit ab48d06

Browse files
committed
add a trivial comment
1 parent b1feba4 commit ab48d06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/aws/s3/private/s3_checksum_context.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ struct aws_s3_upload_request_checksum_context {
3030
enum aws_s3_checksum_location location;
3131

3232
struct {
33+
/* Note: don't directly access the synced_data. */
3334
/* Lock to make sure the checksum context is safe to be access from different threads. */
3435
struct aws_mutex lock;
3536
struct aws_byte_buf base64_checksum;

0 commit comments

Comments
 (0)