aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-07-11 10:16:56 +0200
committerThomas White <taw@physics.org>2015-07-13 16:00:16 +0200
commitcca5d6e35b0ab653b333424abf819b4a874cf911 (patch)
tree711984cb36323f8cc250f09bdf8b4a8ecf610af6 /src/im-sandbox.h
parent65d5d478b4288b26a455e260ee9bc153a1789f29 (diff)
Use named semaphores instead of unnamed
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r--src/im-sandbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h
index 67bc88c8..b39f9566 100644
--- a/src/im-sandbox.h
+++ b/src/im-sandbox.h
@@ -61,7 +61,6 @@ struct sb_shm
char queue[QUEUE_SIZE][MAX_EV_LEN];
int no_more;
char last_ev[MAX_NUM_WORKERS][MAX_EV_LEN];
- sem_t queue_sem;
pthread_mutex_t totals_lock;
int n_processed;