From 0f5fcf90294283f1a6e7354b96b6a3f347fdc734 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 16 Jan 2016 03:55:27 -0800 Subject: [PATCH] usnic: fix common symbol --- opal/mca/btl/usnic/btl_usnic_component.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opal/mca/btl/usnic/btl_usnic_component.c b/opal/mca/btl/usnic/btl_usnic_component.c index b33e11df9c..18e33c9629 100644 --- a/opal/mca/btl/usnic/btl_usnic_component.c +++ b/opal/mca/btl/usnic/btl_usnic_component.c @@ -12,7 +12,7 @@ * All rights reserved. * Copyright (c) 2006 Sandia National Laboratories. All rights * reserved. - * Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved. + * Copyright (c) 2008-2016 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2012-2014 Los Alamos National Security, LLC. All rights * reserved. * Copyright (c) 2014 Intel, Inc. All rights reserved. @@ -87,7 +87,7 @@ #define OPAL_BTL_USNIC_NUM_COMPLETIONS 500 /* RNG buffer definition */ -opal_rng_buff_t opal_btl_usnic_rand_buff; +opal_rng_buff_t opal_btl_usnic_rand_buff = {0}; /* simulated clock */ uint64_t opal_btl_usnic_ticks = 0;