1
1

Rename type to match the current definition

This commit was SVN r213.
Этот коммит содержится в:
Jeff Squyres 2004-01-10 18:05:37 +00:00
родитель cb2315e546
Коммит 8ce5d9e75d

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

@ -36,7 +36,7 @@ struct lam_communicator_t {
/* Hooks for collectives to hang things */ /* Hooks for collectives to hang things */
mca_coll_1_0_0_t c_coll; mca_coll_module_1_0_0_t c_coll;
struct mca_coll_comm_t* c_coll_comm; struct mca_coll_comm_t* c_coll_comm;
}; };
typedef struct lam_communicator_t lam_communicator_t; typedef struct lam_communicator_t lam_communicator_t;