On Wed, Feb 26, 2014 at 7:15 PM, Andy Zhou <az...@nicira.com> wrote: > Fixed sparse non static symbol warning. > > Signed-off-by: Andy Zhou <az...@nicira.com>
Sorry about that. Looks good to me. > --- > lib/fatal-signal.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/fatal-signal.c b/lib/fatal-signal.c > index df67a09..ef3fbc0 100644 > --- a/lib/fatal-signal.c > +++ b/lib/fatal-signal.c > @@ -59,7 +59,7 @@ static struct hook hooks[MAX_HOOKS]; > static size_t n_hooks; > > static int signal_fds[2]; > -HANDLE wevent; > +static HANDLE wevent; > static volatile sig_atomic_t stored_sig_nr = SIG_ATOMIC_MAX; > > static struct ovs_mutex mutex; > -- > 1.7.9.5 > > _______________________________________________ > dev mailing list > dev@openvswitch.org > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev