1
1

the value for invalid idx was just plain wrong, a more appropriate value is now used

This commit was SVN r17201.
Этот коммит содержится в:
Donald Kerr 2008-01-24 15:01:26 +00:00
родитель 2227d5ec4a
Коммит 66acac8ff3

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

@ -64,7 +64,7 @@ struct mca_btl_udapl_proc_t {
typedef struct mca_btl_udapl_proc_t mca_btl_udapl_proc_t;
OBJ_CLASS_DECLARATION(mca_btl_udapl_proc_t);
#define MCA_BTL_UDAPL_INVALID_PEER_ADDR_IDX 4294967295
#define MCA_BTL_UDAPL_INVALID_PEER_ADDR_IDX -1
mca_btl_udapl_proc_t* mca_btl_udapl_proc_create(ompi_proc_t* ompi_proc);
int mca_btl_udapl_proc_insert(mca_btl_udapl_proc_t*, mca_btl_base_endpoint_t*);