X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=8ce4c6f86626c2bc10676a434de554c74bf81a0d;hp=4f75c8b9d82cc8569266225682bd91fc33d52013;hb=2c41d783c62f1252701b8cb5a8adbcf8efbf0275;hpb=3afb9c659a145f1f153fc203e3a68b8a4e938585 diff --git a/src/options.h b/src/options.h index 4f75c8b9..8ce4c6f8 100644 --- a/src/options.h +++ b/src/options.h @@ -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? */