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
f5009730
Commit
f5009730
authored
Aug 14, 2003
by
Per Cederqvist
Browse files
(enum res_type): Added rt_scheduling_info.
(union result_holder): Added scheduling_info.
parent
6344c7d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/connections.h
View file @
f5009730
/*
* $Id: connections.h,v 0.6
8
2003/08/1
2 22:32:34
ceder Exp $
* $Id: connections.h,v 0.6
9
2003/08/1
4 17:08:29
ceder Exp $
* Copyright (C) 1991-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: connections.h,v 0.6
8
2003/08/1
2 22:32:34
ceder Exp $
* $Id: connections.h,v 0.6
9
2003/08/1
4 17:08:29
ceder Exp $
*
* connections.h -- The top level of the communication packet.
*
...
...
@@ -252,6 +252,7 @@ enum res_type
rt_stats_description
,
rt_stats_list
,
rt_static_server_info
,
rt_scheduling_info
,
#ifdef DEBUG_CALLS
rt_memory_info
,
#endif
...
...
@@ -308,6 +309,7 @@ union result_holder
Stats_description
stats_description
;
Stats_list
stats_list
;
Static_server_info
static_server_info
;
Scheduling_info
scheduling_info
;
#ifdef DEBUG_CALLS
Memory_info
memory_info
;
#endif
...
...
Write
Preview
Supports
Markdown
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