[ros-bugs] [Bug 7131] WIP: services: Implement Service database locking.

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Sat Jun 23 00:02:45 UTC 2012


http://www.reactos.org/bugzilla/show_bug.cgi?id=7131


hbelusca <hermes.belusca at sfr.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #7815 is|0                           |1
           obsolete|                            |




--- Comment #3 from hbelusca <hermes.belusca at sfr.fr>  2012-06-23 00:02:44 CET ---
Created an attachment (id=7816)
 --> (http://www.reactos.org/bugzilla/attachment.cgi?id=7816)
Patch - third version

This patch relocalizes the locking code from patch 2, from rpcserver.c to
database.c. Only the RPC interfaces remain in rpcserver.c . Also, the patch
declares two helper functions, ScmLockDatabase and ScmUnlockDatabase, to be
used by the RPC interfaces AND by other functions.
To remain consistent with functions naming, this patch renames all the
occurrences of ScmLockDatabaseExclusive/Shared and the original
ScmUnlockDatabase helper functions names to ScmDatabaseLockExclusive/Shared and
ScmDatabaseUnlock.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list