diff --git a/src/server/param.h b/src/server/param.h index 2fe418a5075a08c4dd8f60372a970b3de5fc59bf..3be2239f119b70b7685a3d16c8f349c56c959b7f 100644 --- a/src/server/param.h +++ b/src/server/param.h @@ -1,5 +1,5 @@ /* - * $Id: param.h,v 1.20 1999/04/17 00:11:06 ceder Exp $ + * $Id: param.h,v 1.21 1999/04/17 21:55:18 ceder Exp $ * Copyright (C) 1994, 1995, 1996 Lysator Academic Computer Association. * * This file is part of the LysKOM server. @@ -28,7 +28,7 @@ #ifndef PARAM_H_INCLUDED #define PARAM_H_INCLUDED -/* See server-config.c and lyskomd.8 for more info about the +/* See server-config.c and lyskomd.texi for more info about the fields in this structure. */ struct kom_par { char *dbase_dir; @@ -58,6 +58,7 @@ struct kom_par { char *aux_def_file; char *status_file; /* Only used in komrunning and updateLysKOM */ char *core_dir; + char *lyskomd_path; int timeout; int garbtimeout; int synctimeout; @@ -102,6 +103,9 @@ struct kom_par { Bool log_login; Bool force_iso_8859_1; int no_files; /* -1=default */ + int normal_shutdown_time; /* In minutes. */ + int downtime_mail_start; /* In minutes. */ + int downtime_mail_end; /* In minutes */ Bool invite_by_default; Bool secret_memberships; Bool allow_reinvite;