Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
0081f07d
Commit
0081f07d
authored
Apr 17, 1999
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
(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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server/param.h
+6
-2
6 additions, 2 deletions
src/server/param.h
with
6 additions
and
2 deletions
src/server/param.h
+
6
−
2
View file @
0081f07d
/*
/*
* $Id: param.h,v 1.2
0
1999/04/17
00:11:06
ceder Exp $
* $Id: param.h,v 1.2
1
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment