From: thib Date: Tue, 22 Aug 2000 21:18:51 +0000 (+0000) Subject: SERIAL_ONCE added X-Git-Tag: ver1564~555 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa2c5bcc4d95692f3dbc95109bde20ecbb854694;p=fcron SERIAL_ONCE added --- diff --git a/config.h.in b/config.h.in index 2591bee..3b0d643 100644 --- a/config.h.in +++ b/config.h.in @@ -21,7 +21,7 @@ * `LICENSE' that comes with the fcron source distribution. */ - /* $Id: config.h.in,v 1.11 2000-06-22 15:35:23 thib Exp $ */ + /* $Id: config.h.in,v 1.12 2000-08-22 21:18:51 thib Exp $ */ /* *********************************************************** */ @@ -113,11 +113,13 @@ * the next serial job to be executed will be run * non-serially each time a serial job is added */ #define SERIAL_INITIAL_SIZE 10 /* initial number of possible serial job. If - * more jobs have to be in queuesimultaneously, + * more jobs have to be in queue simultaneously, * fcron will have to calloc() more memory */ #define SERIAL_GROW_SIZE 10 /* this is the number of entries that will be * added to serial queue each time it has to grow * up */ +#define SERIAL_ONCE 1 /* can a job be several times in the serial queue at + * the same moment ? */ /* Syslog facility and priorities messages will be logged to (see syslog(3)) */