aboutsummaryrefslogtreecommitdiff
path: root/aufgabe4/queue.h
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2011-01-12 16:00:26 +0100
committerMichael Stapelberg <michael@stapelberg.de>2011-01-12 16:00:26 +0100
commitef56970db25fa640769d0f391c160b06b9390c17 (patch)
treec122286a806209ad221425a3d6de5f8f7c30adbc /aufgabe4/queue.h
parent06c9f700cb925b1eb20cac67c5a84ff75990a868 (diff)
downloadprozesskommunikation-ef56970db25fa640769d0f391c160b06b9390c17.tar.gz
prozesskommunikation-ef56970db25fa640769d0f391c160b06b9390c17.tar.bz2
unnötigen eintrag aus der datenstruktur entfernt
Diffstat (limited to 'aufgabe4/queue.h')
-rw-r--r--aufgabe4/queue.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/aufgabe4/queue.h b/aufgabe4/queue.h
index 940a4bc..b96b3e2 100644
--- a/aufgabe4/queue.h
+++ b/aufgabe4/queue.h
@@ -5,7 +5,6 @@
#include <semaphore.h>
struct queueheader {
- uint8_t msgs;
uint8_t cur;
sem_t sem;
};