Move ust trace actions to trace.c
authorDavid Goulet <david.goulet@polymtl.ca>
Fri, 6 May 2011 15:58:31 +0000 (11:58 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Fri, 6 May 2011 15:58:31 +0000 (11:58 -0400)
commit471d16937e160d99382c633db37d89605f483556
treee30f6a1f16aef9729bf498278bdef588b3ab1527
parent6abb15de23fcd1413963aef20f9f2c243f1bf749
Move ust trace actions to trace.c

Move from main.c to trace.c all UST specific trace actions. Now, if we
get a pid from the lttng client, we try to connect before dealing with
the commands.

Move current_session to an extern declaration in session.h.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>
ltt-sessiond/main.c
ltt-sessiond/session.h
ltt-sessiond/trace.c
ltt-sessiond/trace.h
This page took 0.025469 seconds and 4 git commands to generate.