Whamcloud - gitweb
smash the HEAD with the contents of b_cmd. HEAD_PRE_CMD_SMASH and
[fs/lustre-release.git] / lnet / lnet / api-me.c
index 37f0150..e724e58 100644 (file)
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#define DEBUG_SUBSYSTEM S_PORTALS
 #include <portals/api-support.h>
 
+int ptl_me_init(void)
+{
+        return PTL_OK;
+}
+void ptl_me_fini(void)
+{                                /* Nothing to do */
+}
+int ptl_me_ni_init(nal_t * nal)
+{
+        return PTL_OK;
+}
+
+void ptl_me_ni_fini(nal_t * nal)
+{                                /* Nothing to do... */
+}