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)
commit91d76f53238ce994e91e1213e46c138b1b5529c6
tree3bea4591a515847dd94329713bbb6f673024f6eb
parent5b74c7b1ca96399ba5c8bd0ce6974aea671198eb
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 <david.goulet@polymtl.ca>
ltt-sessiond/Makefile.am
ltt-sessiond/ltt-sessiond.h
ltt-sessiond/main.c
ltt-sessiond/session.c
ltt-sessiond/session.h
ltt-sessiond/traceable-app.c [new file with mode: 0644]
ltt-sessiond/traceable-app.h [new file with mode: 0644]
This page took 0.025308 seconds and 4 git commands to generate.