Skip to content

Commit 6aea190

Browse files
Update agent/lib_aws_sdk_php.h
Co-authored-by: bduranleau-nr <[email protected]>
1 parent 714494f commit 6aea190

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

agent/lib_aws_sdk_php.h

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,17 +154,21 @@ extern void nr_lib_aws_sdk_php_dynamodb_handle(nr_segment_t* segment,
154154

155155
/*
156156
* Purpose : Populate DynamoDbClient datastore_params and cloud_attrs. This
157-
will extract region and host/port and set the value in the appropriate struct.
158-
Note: A host/port other than the AWS DynamoDb default is very
159-
uncommon and used only for development environments
157+
* will extract region and host/port and set the value in the
158+
* appropriate struct.
159+
*
160+
* Note: A host/port other than the AWS DynamoDb default is very
161+
* uncommon and used only for development environments
160162
*
161163
* Params : 1. datastore_params : datastore params to modify
162164
* 2. cloud_attrs : cloud attributes to modify
163165
* 3. NR_EXECUTE_ORIG_ARGS (execute_data, func_return_value)
164166
* Returns :
165167
* Note: caller is responsible for freeing the cloud_attrs->cloud_resource_id
166-
and datastore_params->collection and datastore_params.instance.port_path_or_id
168+
* and datastore_params->collection and
169+
* datastore_params.instance.port_path_or_id
167170
*/
171+
168172
extern void nr_lib_aws_sdk_php_dynamodb_set_params(
169173
nr_segment_datastore_params_t* datastore_params,
170174
nr_segment_cloud_attrs_t* cloud_attrs,

0 commit comments

Comments
 (0)