Project

General

Profile

« Previous | Next » 

Revision 91660e49

Added by Ken McDonell about 14 years ago

  • ID 91660e497dcf3b59d18cf58aba010fb3face38ea

libpcp_import - cache last return value

Save last library return value for each context, so that pmiErrStr(-1)
can generate the text for the last error code ... helps Perl coding
where we can use
pmiSomeFunc(...) >= 0 or die "Argh: " . pmiErrStr(-1) . "\n";

  • added
  • modified
  • copied
  • renamed
  • deleted