1
1
Per patch from aryzhikh, initialize a copule of fields in the openib ini struct

Hard to understand why this has sat there for so long...

cmr=v1.8.2:reviewer=rhc:subject=initialize a copule of fields in the openib ini struct

This commit was SVN r32417.

The following Trac tickets were found above:
  Ticket 4377 --> https://svn.open-mpi.org/trac/ompi/ticket/4377
Этот коммит содержится в:
Ralph Castain 2014-08-04 19:41:52 +00:00
родитель 61a9b49d5b
Коммит e1c09cec2c

Просмотреть файл

@ -13,6 +13,7 @@
* Copyright (c) 2008 Mellanox Technologies. All rights reserved.
* Copyright (c) 2012-2013 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2014 Intel, Inc. All rights reserved
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -511,6 +512,9 @@ static void reset_values(opal_btl_openib_ini_values_t *v)
v->rdmacm_reject_causes_connect_error = false;
v->rdmacm_reject_causes_connect_error_set = false;
v->ignore_device = false;
v->ignore_device_set = false;
}