From e66d386441b46e9edbc6533209301fce86835eac Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 24 Jul 2012 12:55:12 +0000 Subject: [PATCH] Add a new missing field to the template BTL module that was causing a bunch of compiler warnings. This commit was SVN r26855. --- ompi/mca/btl/template/btl_template.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/mca/btl/template/btl_template.c b/ompi/mca/btl/template/btl_template.c index 0e4ecaa03a..d498662ca2 100644 --- a/ompi/mca/btl/template/btl_template.c +++ b/ompi/mca/btl/template/btl_template.c @@ -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,