[Pvfs2-cvs] commit by slang in pvfs2/src/io/job: thread-mgr.c
CVS commit program
cvs at parl.clemson.edu
Wed May 21 14:55:24 EDT 2008
Update of /projects/cvsroot/pvfs2/src/io/job
In directory parlweb1:/tmp/cvs-serv7682/src/io/job
Modified Files:
Tag: he-branch
thread-mgr.c
Log Message:
reverse merge of latest changes from HEAD to he branch.
Index: thread-mgr.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/io/job/thread-mgr.c,v
diff -p -u -r1.37.4.1 -r1.37.4.2
--- thread-mgr.c 7 Apr 2008 16:31:26 -0000 1.37.4.1
+++ thread-mgr.c 21 May 2008 18:55:24 -0000 1.37.4.2
@@ -153,9 +153,13 @@ static void *trove_thread_function(void
static void *__bmi_thread_function(void *ptr) {
void* ret = NULL;
+#ifdef __PVFS2_JOB_THREADED__
PINT_event_thread_start("BMI");
+#endif
ret = bmi_thread_function(ptr);
+#ifdef __PVFS2_JOB_THREADED__
PINT_event_thread_stop();
+#endif
return ret;
}
More information about the Pvfs2-cvs
mailing list