Skip to content

Commit

Permalink
fix(agent): Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
zsistla committed Jan 9, 2025
1 parent 3730abd commit d236a8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions agent/lib_aws_sdk_php.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ extern void nr_lib_aws_sdk_php_sqs_handle(nr_segment_t* segment,

/*
* Purpose : The second argument to the Aws/AwsClient::__call function should be
* an array containing an array of argument name:value pairs. Given an argument
* name, this will return the value of the argument.
* an array, the first element of which is itself an array of arguments that
* were passed to the called function and are in name:value pairs. Given an
* argument name, this will return the value of the argument.
*
* Params : 1. arg_name: name of argument to extract from command arg array
* 2. NR_EXECUTE_PROTO (execute_data, func_return_value)
Expand Down

0 comments on commit d236a8c

Please sign in to comment.