From 0faf354624c4a8ffdfbfb62662cff026a1ef1e48 Mon Sep 17 00:00:00 2001 From: pbd Date: Sat, 16 Feb 2002 18:09:48 +0000 Subject: [PATCH] remove extra debugging fields from client shared structure - they were there for the fifo problem git-svn-id: svn+ssh://jackaudio.org/trunk/jack@103 0c269be4-1314-0410-8aa9-9f06e86f4224 --- client.c | 4 ---- jack/internal.h | 2 -- 2 files changed, 6 deletions(-) diff --git a/client.c b/client.c index 1a6839e..6e91ed5 100644 --- a/client.c +++ b/client.c @@ -500,8 +500,6 @@ jack_client_thread (void *arg) break; } - rdtscll (client->control->when_started); - if (client->pollfd[0].revents & ~POLLIN) { jack_error ("engine has shut down socket; thread exiting"); if (client->on_shutdown) { @@ -597,8 +595,6 @@ jack_client_thread (void *arg) effort. */ - rdtscll (control->when_done); - write (client->graph_next_fd, &c, 1); } } diff --git a/jack/internal.h b/jack/internal.h index ef7d704..1f889f6 100644 --- a/jack/internal.h +++ b/jack/internal.h @@ -125,8 +125,6 @@ typedef volatile struct { volatile ClientType type; /* w: engine r: engine and client */ volatile char active : 1; /* w: engine r: engine and client */ volatile char dead : 1; /* r/w: engine */ - volatile unsigned long long when_started; - volatile unsigned long long when_done; /* callbacks */