[Box Backup-dev] COMMIT r732 - box/chris/merge/bin/bbackupd

Martin Ebourne boxbackup-dev@fluffy.co.uk
Wed, 09 Aug 2006 14:02:57 +0100


Chris Wilson <chris@qwirx.com> wrote:
> Please review for merge:
>
>   svn diff -r 731:732 http://bbdev.fluffy.co.uk/svn/box/chris/merge
>
>> * bin/bbackupd/Win32ServiceFunctions.cpp
>> - Keep a static char pointer to hold onto the config file name to
>> pass it to ServiceMain (over whose parameters we have no control).
>> - ServiceMain passes the config file name as the parameter of the
>> thread it creates.

I did wonder last night why there was a mixture of char* and const  
char* for the config file name. I'm guessing it's due to the  
prototypes on the windows api functions in which case that's all fine.

Ok to merge.

Cheers,

Martin.