Remove session list lock acquisition of the search
authorDavid Goulet <david.goulet@polymtl.ca>
Tue, 4 Oct 2011 20:24:10 +0000 (16:24 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Tue, 4 Oct 2011 20:24:10 +0000 (16:24 -0400)
The lock/unlock of the session list in the find session by name function
is removed thus the caller must held the lock before calling that search
function.

Also, the path and name are now static size on the stack and not
allocated strings at session creation.

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

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