]> sjero.net Git - wget/blobdiff - src/options.h
[svn] New option --random-wait.
[wget] / src / options.h
index 4f75c8b9d82cc8569266225682bd91fc33d52013..8ce4c6f86626c2bc10676a434de554c74bf81a0d 100644 (file)
@@ -99,6 +99,7 @@ struct options
   long timeout;                        /* The value of read timeout in
                                   seconds. */
 #endif
+  int random_wait;             /* vary from 0 .. wait secs by random()? */
   long wait;                   /* The wait period between retrievals. */
   long waitretry;              /* The wait period between retries. - HEH */
   int use_robots;              /* Do we heed robots.txt? */