1
1

Clarify the comment that the caller should not modify or free the

filename.

This commit was SVN r19114.
Этот коммит содержится в:
Jeff Squyres 2008-07-31 21:53:59 +00:00
родитель 5818eca234
Коммит 9fda668edf

Просмотреть файл

@ -517,7 +517,7 @@ extern "C" {
* @param index [in] Index of MCA parameter to set
* @param source [out] Enum value indicating source
* @param source_file [out] If value came from source, name of the file
* that set it
* that set it. The caller should not modify or free this string.
*
* @retval OPAL_ERROR If the parameter was not found.
* @retval OPAL_SUCCESS Upon success.