1
1

Merge pull request #1516 from kmroz/wip-ompi-info-cleanup

opal_info_support: fix api comments
Этот коммит содержится в:
Nathan Hjelm 2016-04-05 07:31:33 -06:00
родитель 9efd465539 296bd156e7
Коммит 444190093a

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

@ -827,7 +827,7 @@ static int centerpoint = 24;
static int screen_width = 78;
/*
* Prints the passed integer in a pretty or parsable format.
* Prints the passed message in a pretty or parsable format.
*/
void opal_info_out(const char *pretty_message, const char *plain_message, const char *value)
{
@ -971,6 +971,9 @@ void opal_info_out(const char *pretty_message, const char *plain_message, const
}
}
/*
* Prints the passed integer in a pretty or parsable format.
*/
void opal_info_out_int(const char *pretty_message,
const char *plain_message,
int value)