Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
7ab479d0
Commit
7ab479d0
authored
Apr 19, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(parameters): New parameter: "Client host".
parent
38c8b32f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/server/server-config.c
src/server/server-config.c
+4
-2
No files found.
src/server/server-config.c
View file @
7ab479d0
/*
* $Id: server-config.c,v 0.5
6
1999/04/1
8 13:10:20
ceder Exp $
* $Id: server-config.c,v 0.5
7
1999/04/1
9 20:14:19
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -37,7 +37,7 @@
#endif
static
const
char
*
rcsid
=
"$Id: server-config.c,v 0.5
6
1999/04/1
8 13:10:20
ceder Exp $"
;
rcsid
=
"$Id: server-config.c,v 0.5
7
1999/04/1
9 20:14:19
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
...
...
@@ -86,6 +86,8 @@ static const struct parameter parameters[] = {
assign_string
,
0
,
1
,
DEFAULT_PREFIX
,
&
param
.
dbase_dir
},
{
"Send async"
,
assign_bool
,
0
,
1
,
"1"
,
&
param
.
send_async_messages
},
{
"Client host"
,
assign_string
,
0
,
1
,
NULL
,
&
param
.
ip_client_host
},
{
"Client port"
,
assign_string
,
1
,
1
,
NULL
,
&
param
.
ip_client_port
},
{
"Mux port"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment