Skip to content
Snippets Groups Projects
Commit 0081f07d authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(struct kom_par): New parameters: lyskomd_path, normal_shutdown_time,

	downtime_mail_start and downtime_mail_end.
parent 765ddab2
No related branches found
No related tags found
No related merge requests found
/* /*
* $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. * Copyright (C) 1994, 1995, 1996 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#ifndef PARAM_H_INCLUDED #ifndef PARAM_H_INCLUDED
#define 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. */ fields in this structure. */
struct kom_par { struct kom_par {
char *dbase_dir; char *dbase_dir;
...@@ -58,6 +58,7 @@ struct kom_par { ...@@ -58,6 +58,7 @@ struct kom_par {
char *aux_def_file; char *aux_def_file;
char *status_file; /* Only used in komrunning and updateLysKOM */ char *status_file; /* Only used in komrunning and updateLysKOM */
char *core_dir; char *core_dir;
char *lyskomd_path;
int timeout; int timeout;
int garbtimeout; int garbtimeout;
int synctimeout; int synctimeout;
...@@ -102,6 +103,9 @@ struct kom_par { ...@@ -102,6 +103,9 @@ struct kom_par {
Bool log_login; Bool log_login;
Bool force_iso_8859_1; Bool force_iso_8859_1;
int no_files; /* -1=default */ 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 invite_by_default;
Bool secret_memberships; Bool secret_memberships;
Bool allow_reinvite; Bool allow_reinvite;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment