From: hadaq Date: Fri, 16 Jul 2010 12:51:32 +0000 (+0000) Subject: Debug default option. Sergey. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=690ff83251052061671f9bd72b9634f2cfdd7d6f;p=daqdata.git Debug default option. Sergey. --- diff --git a/disks/disks.c b/disks/disks.c index 82bad17..4d644c7 100644 --- a/disks/disks.c +++ b/disks/disks.c @@ -45,7 +45,8 @@ static void usage(const char *progName) static void argsDefault(TheArgs *my) { - my->sleepTime = 1; + my->sleepTime = 10; + my->debug = 0; /* Initialize the array with shared mem segment numbers */ int i;