[Box Backup-commit] #67: Add mutexes for Win32 (client) to enable detection of running instance during install/uninstall

Box Backup trac at boxbackup.org
Tue Mar 30 15:52:26 BST 2010


#67: Add mutexes for Win32 (client) to enable detection of running instance
during install/uninstall
-------------------------+--------------------------------------------------
 Reporter:  achim        |       Owner:  chris   
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:          
Component:  bbackupd     |     Version:  trunk   
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by achim):

 Small correction:

 {{{
 CreateMutex(&SecurityAttr, FALSE, TEXT('Global\' + MutexName));
 }}}

 should probably be (escaping the backslash from Global):

 {{{
 CreateMutex(&SecurityAttr, FALSE, TEXT('Global\\' + MutexName));
 }}}

-- 
Ticket URL: <https://www.boxbackup.org/trac/ticket/67#comment:6>
Box Backup <http://www.boxbackup.org/>
An open source, completely automatic on-line backup system for UNIX.



More information about the Boxbackup-commit mailing list