1
1

Add OMPI_DEBUG_ZERO to a struct so that valgrind doesn't complain when

looking for memory errors (i.e., it's ok for some fields to be
uninitialized when memcpy'ing the data)

This commit was SVN r8640.
Этот коммит содержится в:
Jeff Squyres 2006-01-04 20:57:57 +00:00
родитель 63d0438991
Коммит d9ec36c5fe

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

@ -205,6 +205,7 @@ static int opal_ifinit(void)
opal_if_t *intf_ptr;
int length;
OMPI_DEBUG_ZERO(intf);
OBJ_CONSTRUCT(&intf, opal_list_item_t);
/* compute offset for entries */