Introduce channel timer lock
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Jul 2013 13:36:59 +0000 (09:36 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Jul 2013 18:53:02 +0000 (14:53 -0400)
commit6ca1a6b0dc9c72eeb6451a5a5f4cbf468c4de08c
tree44421ba9024261a6684dd16df3947ef6e64fb35c
parentb011a0877c5e3c10c44419f397ed6a9cc43ac41f
Introduce channel timer lock

Currently a shadow of the channel lock. Will eventually be used to
protect channel timer handler from concurrent channel updates without
being held when the timer is stopped (future commit).

Reviewed-by: Julien Desfossez <julien.desfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Conflicts:
src/common/consumer-stream.c
src/common/consumer-metadata-cache.c
src/common/consumer.c
src/common/consumer.h
src/common/ust-consumer/ust-consumer.c
This page took 0.025521 seconds and 4 git commands to generate.