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
acc1873f
Commit
acc1873f
authored
Aug 14, 2003
by
Per Cederqvist
Browse files
(init_connection): Initialize the schedule.
parent
d0bc7cbc
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server/internal-connections.c
View file @
acc1873f
/*
* $Id: internal-connections.c,v 0.6
0
2003/08/
06
2
2
:0
4:17
ceder Exp $
* $Id: internal-connections.c,v 0.6
1
2003/08/
14
2
3
:0
1:41
ceder Exp $
* Copyright (C) 1991-1994, 1996-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -163,6 +163,9 @@ init_connection(Connection *conn)
conn
->
queue_prev
=
NULL
;
conn
->
on_queue
=
FALSE
;
conn
->
schedule
.
priority
=
0
;
conn
->
schedule
.
weight
=
1
;
conn
->
active_time
=
current_time
;
conn
->
session_no
=
0
;
...
...
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