Skip to content
GitLab
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
9fb5ec4d
Commit
9fb5ec4d
authored
Aug 04, 1993
by
Per Cederqvist
Browse files
New fields in struct connection: client_name, client_version.
parent
0ddbf6b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/connections.h
View file @
9fb5ec4d
/*
* $Id: connections.h,v 0.1
1
199
2
/0
5/18
23:0
9:19
ceder Exp $
* $Id: connections.h,v 0.1
2
199
3
/0
8/04
23:0
3:24
ceder Exp $
* Copyright (C) 1991 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.1
1
199
2
/0
5/18
23:0
9:19
ceder Exp $
* $Id: connections.h,v 0.1
2
199
3
/0
8/04
23:0
3:24
ceder Exp $
*
* connections.h -- The top level of the communication packet.
*
...
...
@@ -57,6 +57,8 @@ typedef struct connection {
String
username
;
/* Given userid. */
String
hostname
;
/* Real hostname */
String
ident_user
;
/* Real username */
String
client_name
;
/* See doc/clients.assigned */
String
client_version
;
Bool
invisible
;
/* Is this session invisible? */
Bool
username_valid
;
/* Set once username is set. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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