Make cleanup_rx_thread static 71/271/2
authorRobert Varga <nite@hq.sk>
Tue, 9 Feb 2016 16:16:36 +0000 (17:16 +0100)
committerGerrit Code Review <gerrit@fd.io>
Tue, 9 Feb 2016 22:00:27 +0000 (22:00 +0000)
The symbol is not referenced outside of the source file, hide it from
the world.

Change-Id: Id5db73efff0767657ebc5a0b25dcccd2b85e354d
Signed-off-by: Robert Varga <nite@hq.sk>
vpp-japi/japi/vppjni.c

index 83090cf..a6b17af 100644 (file)
@@ -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;