Add a $DeltaOffset read-only system variable that is set by "-tNNN" option.

This commit is contained in:
David F. Skoll
2008-02-06 22:24:45 -05:00
parent ad5e096caa
commit 043932fcbe
+1
View File
@@ -463,6 +463,7 @@ static SysVar SysVarArr[] = {
{ "Daemon", 0, INT_TYPE, &Daemon, 0, 0 },
{ "DateSep", 1, SPECIAL_TYPE, date_sep_func, 0, 0 },
{ "DefaultPrio", 1, INT_TYPE, &DefaultPrio, 0, 9999 },
{ "DeltaOffset", 0, INT_TYPE, &DeltaOffset, 0, 0 },
{ "DontFork", 0, INT_TYPE, &DontFork, 0, 0 },
{ "DontQueue", 0, INT_TYPE, &DontQueue, 0, 0 },
{ "DontTrigAts", 0, INT_TYPE, &DontIssueAts, 0, 0 },