Cleanup static declaration and move code around
authorDavid Goulet <david.goulet@polymtl.ca>
Thu, 26 May 2011 18:43:41 +0000 (14:43 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Thu, 26 May 2011 18:43:41 +0000 (14:43 -0400)
commit1d4b027abdef2dc52b41b05ec56c5046c5000c4c
treeba6878df01934eedb35952f0d01fbc442b3b8a36
parent9e78d6ae219789dee9c96f35f190d6166ef389c3
Cleanup static declaration and move code around

Also set the ltt_session_list to extern and thus global. There is no
mutex protecting it for now. This will come on the multi-threaded
version of the session daemon.

Move a lot of code around to make static prototype disappear.

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