From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Tafelmeier Subject: [PATCH v7 04/10] ss: prepare timer for output handler usage Date: Thu, 10 Sep 2015 21:35:02 +0200 Message-ID: <1441913708-15532-5-git-send-email-matthias.tafelmeier@gmx.net> References: <1441913708-15532-1-git-send-email-matthias.tafelmeier@gmx.net> Cc: hagen@jauu.net, shemminger@osdl.org, fw@strlen.de, edumazet@google.com, daniel@iogearbox.net To: netdev@vger.kernel.org Return-path: Received: from mout.gmx.net ([212.227.17.20]:55987 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752821AbbIJTfh (ORCPT ); Thu, 10 Sep 2015 15:35:37 -0400 In-Reply-To: <1441913708-15532-1-git-send-email-matthias.tafelmeier@gmx.net> Sender: netdev-owner@vger.kernel.org List-ID: Minor preparation Patch Renamed, and exported timer to not have to pass it as a function local parameter argument. Signed-off-by: Matthias Tafelmeier Suggested-by: Hagen Paul Pfeifer --- misc/ss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/ss.c b/misc/ss.c index 4cc6991..e7ea041 100644 --- a/misc/ss.c +++ b/misc/ss.c @@ -649,7 +649,7 @@ static const char *sstate_namel[] = { [SS_CLOSING] = "closing", }; -static const char *tmr_name[] = { +const char *ss_timer_name[] = { "off", "on", "keepalive", -- 1.9.1