From: Mathieu Desnoyers Date: Sat, 9 Mar 2013 16:58:42 +0000 (-0500) Subject: Implement channel fd monitoring thread for UST X-Git-Tag: v2.2.0-rc1~64 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=d8ef542d25837bdfb960e5df2a91c5d18f5ef401;hp=d8ef542d25837bdfb960e5df2a91c5d18f5ef401;p=lttng-tools.git Implement channel fd monitoring thread for UST This new thread uses a new hash table containing channels and monitors their wait_fd. On hang up, the channel streams are closed but *not* deleted so the teardown process of channel and streams are untouched. Signed-off-by: Mathieu Desnoyers Signed-off-by: David Goulet ---