Show
Ignore:
Timestamp:
06/18/10 20:02:50 (3 years ago)
Author:
nlmills
Message:

initial merge with Orange-Branch. much will be broken

Location:
branches/cu-security-branch
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/cu-security-branch

    • Property svn:ignore
      •  

        old new  
        33aclocal.m4 
        44autom4te.cache 
        5 config.status 
        6 Makefile 
        7 pvfs2-config.h 
        8 module.mk 
  • branches/cu-security-branch/test/io/bmi/bench-initialize.c

    r8330 r8397  
    172172    if (flags & BMI_INIT_SERVER) 
    173173    { 
    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); 
    180180    } 
    181181    if (ret < 0) 
     
    351351        ret = BMI_post_sendunexpected(&bmi_id, server_array[i], &ret, 
    352352                                      sizeof(int), BMI_EXT_ALLOC, 0, NULL, 
    353                                       context); 
     353                                      context, NULL); 
    354354        if (ret == 0) 
    355355        {