Fix pollfd update bug in thread_manage apps
authorDavid Goulet <david.goulet@polymtl.ca>
Tue, 6 Sep 2011 21:10:42 +0000 (17:10 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Tue, 6 Sep 2011 21:10:42 +0000 (17:10 -0400)
commit28ba3f4e591845d044b329db5ac80e9558ed1fc8
treef7b883bc9bd244ec89e4030060bb7a5a2396e17c
parent7d0510346384fe2e67e9d3ffc132b05c4612c032
Fix pollfd update bug in thread_manage apps

When updating the pollfd array, the wrong pollfd size was used so at
multiple UST registration at the same time the socket was not added to
the poll list.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>
ltt-sessiond/main.c
This page took 0.028447 seconds and 5 git commands to generate.