Fix EEXIST handling on epoll_ctl add
authorDavid Goulet <dgoulet@efficios.com>
Thu, 2 Feb 2012 16:47:37 +0000 (11:47 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 2 Feb 2012 16:47:37 +0000 (11:47 -0500)
Creating a second channel on the kernel tracer triggers a
update_kernel_poll which iterates over all channels and add the file
descriptors to the epoll set. Collision occurs with the first previously
added channel so EEXIST is acceptable and we simply do not perror() to
keep the session daemon stderr clean.

Signed-off-by: David Goulet <dgoulet@efficios.com>

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