Cygwin: Generate dummy file descriptors
authorChristian Babeux <christian.babeux@efficios.com>
Wed, 28 Nov 2012 22:00:01 +0000 (17:00 -0500)
committerChristian Babeux <christian.babeux@efficios.com>
Wed, 28 Nov 2012 22:03:30 +0000 (17:03 -0500)
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.


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