Revision: 182
http://c-mpi.svn.sourceforge.net/c-mpi/?rev=182&view=rev
Author: jmwozniak
Date: 2011-04-15 21:50:44 +0000 (Fri, 15 Apr 2011)
Log Message:
-----------
Fix for problem on SiCortex
Modified Paths:
--------------
src/kda-2/conn-A.c
Modified: src/kda-2/conn-A.c
===================================================================
--- src/kda-2/conn-A.c 2011-04-15 21:48:07 UTC (rev 181)
+++ src/kda-2/conn-A.c 2011-04-15 21:50:44 UTC (rev 182)
@@ -135,3 +135,7 @@
int length = sprintf(result, "%X", id);
MPIRPC_Return(caller, unique, result, length+1);
}
+
+void
+KDA_Detach(MPIRPC_Node node)
+{}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|