Skip to content
Snippets Groups Projects
Commit 9fb5ec4d authored by Per Cederqvist's avatar Per Cederqvist
Browse files

New fields in struct connection: client_name, client_version.

parent 0ddbf6b8
Branches
Tags
No related merge requests found
/* /*
* $Id: connections.h,v 0.11 1992/05/18 23:09:19 ceder Exp $ * $Id: connections.h,v 0.12 1993/08/04 23:03:24 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association. * Copyright (C) 1991 Lysator Academic Computer Association.
* *
* This file is part of the LysKOM server. * This file is part of the LysKOM server.
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se. * Please mail bug reports to bug-lyskom@lysator.liu.se.
*/ */
/* /*
* $Id: connections.h,v 0.11 1992/05/18 23:09:19 ceder Exp $ * $Id: connections.h,v 0.12 1993/08/04 23:03:24 ceder Exp $
* *
* connections.h -- The top level of the communication packet. * connections.h -- The top level of the communication packet.
* *
...@@ -57,6 +57,8 @@ typedef struct connection { ...@@ -57,6 +57,8 @@ typedef struct connection {
String username; /* Given userid. */ String username; /* Given userid. */
String hostname; /* Real hostname */ String hostname; /* Real hostname */
String ident_user; /* Real username */ String ident_user; /* Real username */
String client_name; /* See doc/clients.assigned */
String client_version;
Bool invisible; /* Is this session invisible? */ Bool invisible; /* Is this session invisible? */
Bool username_valid; /* Set once username is set. */ Bool username_valid; /* Set once username is set. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment