aboutsummaryrefslogtreecommitdiff
path: root/include/mux.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mux.h')
-rw-r--r--include/mux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mux.h b/include/mux.h
index c43ce797..b8d242c8 100644
--- a/include/mux.h
+++ b/include/mux.h
@@ -22,7 +22,7 @@ struct Mux
void *aux; /* for private use by client */
/* private */
- QLock lk;
+ QLock lk; /* must be first for muxinit */
QLock inlk;
QLock outlk;
Rendez tagrend;