Add locking for all session data structure
authorDavid Goulet <david.goulet@polymtl.ca>
Fri, 15 Jul 2011 23:11:07 +0000 (19:11 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Fri, 15 Jul 2011 23:47:15 +0000 (19:47 -0400)
The session daemon is single threaded when processing client command
however the CPU hotplug thread was introduced and uses a lot of session
data structure that are now protected by pthread mutex with this commit.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>

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