Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
ae175406
Commit
ae175406
authored
Jul 24, 2003
by
Per Cederqvist
Browse files
(prot_a_reply): Handle rt_stats_description.
parent
f5abc585
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a.c
View file @
ae175406
/*
* $Id: prot-a.c,v 0.7
7
2003/07/
13 22:19:53
ceder Exp $
* $Id: prot-a.c,v 0.7
8
2003/07/
24 08:37:48
ceder Exp $
* Copyright (C) 1991-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -278,6 +278,11 @@ prot_a_reply(Connection *client,
BUG
((
"={text_mapping not listed"
));
break
;
case
rt_stats_description
:
prot_a_output_stats_description
(
client
,
&
res
->
stats_description
);
BUG
((
"={stats_description not listed"
));
break
;
#ifdef DEBUG_CALLS
case
rt_memory_info
:
prot_a_output_memory_info
(
client
,
&
res
->
memory_info
);
...
...
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