- Timestamp:
- 06/18/10 20:02:50 (3 years ago)
- Location:
- branches/cu-security-branch
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
test/io/bmi/bench-initialize.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cu-security-branch
- Property svn:ignore
-
old new 3 3 aclocal.m4 4 4 autom4te.cache 5 config.status6 Makefile7 pvfs2-config.h8 module.mk
-
- Property svn:ignore
-
branches/cu-security-branch/test/io/bmi/bench-initialize.c
r8330 r8397 172 172 if (flags & BMI_INIT_SERVER) 173 173 { 174 ret = BMI_initialize( method, local_address, BMI_INIT_SERVER);175 } 176 else 177 { 178 179 ret = BMI_initialize( method, NULL, 0);174 ret = BMI_initialize(NULL, NULL, 0); 175 } 176 else 177 { 178 179 ret = BMI_initialize(NULL, NULL, 0); 180 180 } 181 181 if (ret < 0) … … 351 351 ret = BMI_post_sendunexpected(&bmi_id, server_array[i], &ret, 352 352 sizeof(int), BMI_EXT_ALLOC, 0, NULL, 353 context );353 context, NULL); 354 354 if (ret == 0) 355 355 {
