From 190efbc0a5a8680d965e73554ba597307dacdfc6 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 9 Feb 2016 17:16:36 +0100 Subject: Make cleanup_rx_thread static The symbol is not referenced outside of the source file, hide it from the world. Change-Id: Id5db73efff0767657ebc5a0b25dcccd2b85e354d Signed-off-by: Robert Varga --- vpp-japi/japi/vppjni.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vpp-japi') diff --git a/vpp-japi/japi/vppjni.c b/vpp-japi/japi/vppjni.c index 83090cf2e74..a6b17af34cb 100644 --- a/vpp-japi/japi/vppjni.c +++ b/vpp-japi/japi/vppjni.c @@ -1484,7 +1484,7 @@ static void vl_api_vxlan_tunnel_details_t_handler } /* cleanup handler for RX thread */ -void cleanup_rx_thread(void *arg) +static void cleanup_rx_thread(void *arg) { vppjni_main_t * jm = &vppjni_main; -- cgit 1.2.3-korg