1
1

Add a new missing field to the template BTL module that was causing a

bunch of compiler warnings.

This commit was SVN r26855.
Этот коммит содержится в:
Jeff Squyres 2012-07-24 12:55:12 +00:00
родитель e5cfad0c1a
Коммит e66d386441

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

@ -43,6 +43,7 @@ mca_btl_template_module_t mca_btl_template_module = {
0, /* latency */
0, /* bandwidth */
0, /* flags */
0, /* segment size */
mca_btl_template_add_procs,
mca_btl_template_del_procs,
mca_btl_template_register,