name your damn locks, people
This commit is contained in:
parent
297170ae6b
commit
2a1e7303d0
|
@ -25,10 +25,10 @@
|
||||||
:initarg :socket
|
:initarg :socket
|
||||||
:accessor component-socket)
|
:accessor component-socket)
|
||||||
(socket-lock
|
(socket-lock
|
||||||
:initform (bt:make-recursive-lock)
|
:initform (bt:make-recursive-lock "component socket lock")
|
||||||
:accessor component-socket-lock)
|
:accessor component-socket-lock)
|
||||||
(data-lock
|
(data-lock
|
||||||
:initform (bt:make-recursive-lock)
|
:initform (bt:make-recursive-lock "component data lock")
|
||||||
:accessor component-data-lock)
|
:accessor component-data-lock)
|
||||||
(sink
|
(sink
|
||||||
:initarg :sink
|
:initarg :sink
|
||||||
|
|
Loading…
Reference in a new issue