Fix: deadlock during rotation
authorJulien Desfossez <jdesfossez@efficios.com>
Fri, 14 Feb 2014 20:51:34 +0000 (15:51 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 14 Feb 2014 21:32:56 +0000 (16:32 -0500)
commit56611b069e7d0a64148cd990f88b4090298a9a0f
tree555169ceae5bd9ff99d43ef81c930b7408159f85
parent878c34cf4708a7b7d52d4e2ea1bdda853ba6a790
Fix: deadlock during rotation

The overwrite_lock is nested inside the viewer_stream_rotation_lock.
And the viewer_stream_rotate function is always called with the
viewer_stream_rotation_lock held.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/live.c
src/bin/lttng-relayd/viewer-stream.c
This page took 0.026329 seconds and 5 git commands to generate.