[Box Backup] Need to reload bbackupd conf to avoid timeouts?
Tobias Balle-Petersen
boxbackup@fluffy.co.uk
Tue, 12 Dec 2006 11:52:44 +0100
Hello,
The file now reads:
.....
#include <map>
#include <stdio.h>
#include <string.h>
#include <set>
#include "MemLeakFinder.h"
static bool memleakfinder_initialised = false;
bool memleakfinder_global_enable = false;
......
I'll compile again.
Thanks,
Tobias
Chris Wilson wrote:
> Hi Tobias,
>
> On Tue, 12 Dec 2006, Tobias Balle-Petersen wrote:
>
>> Tried to compile as seen below. Unfortunately the compile did not
>> complete. I have successfully compiled boxbackup on this machine
>> before which confuses me. What have I done wrong?
>
> Sorry, my mistake. Please could you add the following line:
>
> #include "MemLeakFinder.h"
>
> just below the other #includes in lib/common/DebugMemLeakFinder.cpp, and
> try again?
>
> Cheers, Chris.