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

(struct kom_par): New parameter: savecore_path.

parent fff9529b
No related merge requests found
/* /*
* $Id: param.h,v 1.21 1999/04/17 21:55:18 ceder Exp $ * $Id: param.h,v 1.22 1999/04/18 13:09:28 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.
...@@ -59,6 +59,7 @@ struct kom_par { ...@@ -59,6 +59,7 @@ struct kom_par {
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; char *lyskomd_path;
char *savecore_path;
int timeout; int timeout;
int garbtimeout; int garbtimeout;
int synctimeout; int synctimeout;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment