mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-29 09:22:23 +00:00
Fixed some SonarCloud issues
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
@@ -1359,7 +1359,7 @@ static void usage(char const * const arg0)
|
||||
fprintf(stderr, "usage: %s [path-to-pcap-file] [optional-nDPId-config-file]\n", arg0);
|
||||
}
|
||||
|
||||
static int thread_wait_for_termination(pthread_t thread, time_t wait_time_secs, struct thread_return_value * const trv)
|
||||
static int thread_wait_for_termination(pthread_t thread, time_t wait_time_secs, struct thread_return_value * trv)
|
||||
{
|
||||
#if !defined(__FreeBSD__) && !defined(__APPLE__)
|
||||
struct timespec ts;
|
||||
|
||||
Reference in New Issue
Block a user