diff options
author | Robert Varga <nite@hq.sk> | 2016-02-09 17:16:36 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-02-09 22:00:27 +0000 |
commit | 190efbc0a5a8680d965e73554ba597307dacdfc6 (patch) | |
tree | 19114b220049cac399191193fa907ff8575e5273 /vpp-japi/japi | |
parent | 8501315d5181e9de203414d678ecac004b93f34b (diff) |
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 <nite@hq.sk>
Diffstat (limited to 'vpp-japi/japi')
-rw-r--r-- | vpp-japi/japi/vppjni.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |