Skip to Content.
Sympa Menu

perfsonar-dev - r1632 - trunk/perfsonar/schema/example-instances/sonar

Subject: perfsonar development work

List archive

r1632 - trunk/perfsonar/schema/example-instances/sonar


Chronological Thread 
  • From:
  • To:
  • Subject: r1632 - trunk/perfsonar/schema/example-instances/sonar
  • Date: Wed, 13 Sep 2006 04:55:54 -0400

Author: uros
Date: 2006-09-13 04:55:53 -0400 (Wed, 13 Sep 2006)
New Revision: 1632

Modified:

trunk/perfsonar/schema/example-instances/sonar/TCMPCaptureRequest-measurement.xml
Log:
Removed <nmwgt:endPointPair> from TCMP request example, because it trieggers
problems in the MAPI library

Modified:
trunk/perfsonar/schema/example-instances/sonar/TCMPCaptureRequest-measurement.xml
===================================================================
---
trunk/perfsonar/schema/example-instances/sonar/TCMPCaptureRequest-measurement.xml
2006-09-12 12:00:58 UTC (rev 1631)
+++
trunk/perfsonar/schema/example-instances/sonar/TCMPCaptureRequest-measurement.xml
2006-09-13 08:55:53 UTC (rev 1632)
@@ -44,15 +44,18 @@
-->

<!-- endPoint example -->
+ <nmwgt:endPoint type="hostname" value="localhost" port="/dev/dag0" />
+
+<!-- endPointPair example
+ NOTICE: DO NOT USE THIS TAG, BECAUSE MULIPLE SIMULTANEOUS REQUEST
+ CREATE PROBLEMS IN THE MAPI LIBRARY!
+ -->
<!--
- <nmwgt:endPoint type="hostname" value="sonar2.ljubljana.arnes.si"
port="eth0" />
--->
-
-<!-- endPointPair example -->
<nmwgt:endPointPair>
<nmwgt:src type="hostname" value="localhost" port="eth0"/>
<nmwgt:dst type="hostname" value="localhost" port="/dev/dag0"/>
</nmwgt:endPointPair>
+-->

<!-- interface example -->
<!--



  • r1632 - trunk/perfsonar/schema/example-instances/sonar, svnlog, 09/13/2006

Archive powered by MHonArc 2.6.16.

Top of Page