Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/SA2T3-OPPD] r725 - trunk/lib/perfSONAR/MA

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/SA2T3-OPPD] r725 - trunk/lib/perfSONAR/MA


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/SA2T3-OPPD] r725 - trunk/lib/perfSONAR/MA
  • Date: Thu, 7 Jul 2011 14:04:29 +0100

Author: dfn.calim
Date: 2011-07-07 14:04:29 +0100 (Thu, 07 Jul 2011)
New Revision: 725

Modified:
trunk/lib/perfSONAR/MA/Hades.pm
Log:
fix Ma Hades registration

Modified: trunk/lib/perfSONAR/MA/Hades.pm
===================================================================
--- trunk/lib/perfSONAR/MA/Hades.pm 2011-07-07 09:34:10 UTC (rev 724)
+++ trunk/lib/perfSONAR/MA/Hades.pm 2011-07-07 13:04:29 UTC (rev 725)
@@ -235,4 +235,13 @@

}

+sub get_meta_info {
+ my $self = shift;
+ my $msg = shift;
+
+ foreach my $action (keys %{$self->{"actions"}}){
+ $self->SUPER::get_meta_info($msg, $action,
@{$self->{"actions"}{$action}});
+ }
+}
+
1;



  • [pS-dev] [GEANT/SA2/SA2T3-OPPD] r725 - trunk/lib/perfSONAR/MA, svn-noreply, 07/07/2011

Archive powered by MHonArc 2.6.16.

Top of Page