From: Christian Babeux Date: Wed, 28 Nov 2012 22:00:01 +0000 (-0500) Subject: Cygwin: Generate dummy file descriptors X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=42100b84cec40d234370c7c95651141fb5a3ddbc;hp=42100b84cec40d234370c7c95651141fb5a3ddbc;p=lttng-ust.git Cygwin: Generate dummy file descriptors The consumer in LTTng-tools keeps a mapping of the file descriptors between the sessiond and it's own file descriptors in a hash table. The fd number is the key used for lookups in the hash table. Since we can't send the fds to the sessiond on Cygwin, the consumer fds mapping mechanism is broken. To fix this, we generate a dummy file descriptor upon reception of the file paths in the sessiond. ---