Move ust channel registry inside session registry
authorDavid Goulet <dgoulet@efficios.com>
Thu, 7 Mar 2013 17:05:35 +0000 (12:05 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 21 Mar 2013 16:24:54 +0000 (12:24 -0400)
commit45893984238b2e2c12fc0d84b90336c98a6d98c9
tree66420c56a7037353343d08580f7553934c7a654a
parent886224ffff69ab7b9fb772bc7c8bedc7982e8f40
Move ust channel registry inside session registry

This is more logical with the way we do locking where a channel can not
exist without a session so accessing a channel implies the session lock.

Also, this patch makes the session registry a pointer that we allocate
and free on destroy.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/ust-app.c
src/bin/lttng-sessiond/ust-app.h
src/bin/lttng-sessiond/ust-consumer.c
src/bin/lttng-sessiond/ust-registry.c
src/bin/lttng-sessiond/ust-registry.h
This page took 0.0257 seconds and 4 git commands to generate.