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)
commit42100b84cec40d234370c7c95651141fb5a3ddbc
tree897d8f0d40013a1b0c581cf3b70f9f015f4d8545
parentbf5ff35ed0a3a7f60e92d654a5b97e73b94da852
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.
liblttng-ust-ctl/ustctl.c
This page took 0.024749 seconds and 4 git commands to generate.