]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
Debug default option. Sergey.
authorhadaq <hadaq>
Fri, 16 Jul 2010 12:51:32 +0000 (12:51 +0000)
committerhadaq <hadaq>
Fri, 16 Jul 2010 12:51:32 +0000 (12:51 +0000)
disks/disks.c

index 82bad1713f67ef46cb3a4d0ff46037584132a80a..4d644c7f048425b85c0bcd7c1364a772382609c6 100644 (file)
@@ -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;