Browse Source

simple_client_timestamps

pull/450/head
Christoph Kuhr 7 years ago
parent
commit
abfd3eb03c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example-clients/simple_client.c

+ 1
- 1
example-clients/simple_client.c View File

@@ -57,7 +57,7 @@ static void signal_handler(int sig)
jack_client_close(client);
fprintf(stderr, "signal received, exiting ...\n");

pthread_kill(writerThread, -9);
// pthread_kill(writerThread, -9);

if( mq_close(tsq) < 0) {
}


Loading…
Cancel
Save