From: David Goulet Date: Fri, 29 Apr 2011 17:00:39 +0000 (-0400) Subject: Move traceable app. data to a seperate C file X-Git-Tag: v2.0-pre1~166 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=91d76f53238ce994e91e1213e46c138b1b5529c6;hp=91d76f53238ce994e91e1213e46c138b1b5529c6 Move traceable app. data to a seperate C file All traceable application data structure and functions are now in traceable-app.c/.h. To remove traceable app data struct dependency from main.c, register_traceable_app, unregister_traceable_app and get_app_count is added. Also, main.c is now using these function. Also, the find_app_by_pid returns the struct pointer. Minor spaces fix in the code for session.c/.h and main.c Signed-off-by: David Goulet ---