X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/5213ffa9e2ff09d8ff609b61a7cf589d03050477..892bd75ffefedb5fdf4de47bbdaa97071e4f0909:/rtems/gw/cangw/gw.c diff --git a/rtems/gw/cangw/gw.c b/rtems/gw/cangw/gw.c index 2e56fb4..24d4087 100644 --- a/rtems/gw/cangw/gw.c +++ b/rtems/gw/cangw/gw.c @@ -51,7 +51,7 @@ static void fd_closer(void* arg){ * This function implements the main thread loop and enough decision logic so that it knows which device to take messages from and which device to send the messages to. * */ -void* CAN_GW_thread(void* arg){ +static void* CAN_GW_thread(void* arg){ int fd_in, fd_out; int res; unsigned long int *total, *succ, *err;