Make viewer streams HT global
authorDavid Goulet <dgoulet@efficios.com>
Fri, 27 Sep 2013 18:35:27 +0000 (14:35 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 27 Sep 2013 18:35:29 +0000 (14:35 -0400)
commit92c6ca54f70068b7cd440d0ccc58610fe9b9d010
tree19bda4995facf359e96ad624d072054e189eb4c0
parent84a182ce022e128395c8d1e5762883f5825582d7
Make viewer streams HT global

This hash table is meant to be global by design thus making it globally
accessible in the relayd so we don't pass it around in every function
call.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/live.c
src/bin/lttng-relayd/live.h
src/bin/lttng-relayd/lttng-relayd.h
src/bin/lttng-relayd/main.c
This page took 0.026116 seconds and 4 git commands to generate.