Move traceable app. data to a seperate C file
authorDavid Goulet <david.goulet@polymtl.ca>
Fri, 29 Apr 2011 17:00:39 +0000 (13:00 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Fri, 29 Apr 2011 17:27:53 +0000 (13:27 -0400)
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 <david.goulet@polymtl.ca>

No differences found
This page took 0.026117 seconds and 4 git commands to generate.