From: David Goulet Date: Tue, 15 Nov 2011 20:23:14 +0000 (-0500) Subject: Cleanup and add comments to ust_app.c X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=5b4a0ec04ce1ee5a4cf4c8a5896edab28750da56;hp=5b4a0ec04ce1ee5a4cf4c8a5896edab28750da56;p=lttng-tools.git Cleanup and add comments to ust_app.c Mostly cleanup the code by moving static functions up and creating wrapper function around the ustctl_* API calls. Also, replace all hashtable iteration structure by cds each entry macros. Signed-off-by: David Goulet ---