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
27320fde
Commit
27320fde
authored
Aug 16, 2002
by
Per Cederqvist
Browse files
(Connection): Added the "peer" field. (Bug 706).
parent
5f65e567
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/connections.h
View file @
27320fde
/*
* $Id: connections.h,v 0.5
1
2002/0
3/29 22:38:06
ceder Exp $
* $Id: connections.h,v 0.5
2
2002/0
8/16 00:24:14
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.5
1
2002/0
3/29 22:38:06
ceder Exp $
* $Id: connections.h,v 0.5
2
2002/0
8/16 00:24:14
ceder Exp $
*
* connections.h -- The top level of the communication packet.
*
...
...
@@ -65,6 +65,7 @@ typedef struct connection {
/* The following are used by server/connections.c */
struct
isc_scb
*
isc_session
;
char
*
peer
;
/* For dump_connections(). */
unsigned
char
protocol
;
int
parse_pos
;
...
...
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