Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
fa55ac9f
Commit
fa55ac9f
authored
Dec 31, 1994
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
(Conf_z_info, Conf_z_info_list, Version_info,
Version_info_internal): New structs.
parent
d03f07d4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/kom-types.h
+25
-1
25 additions, 1 deletion
src/include/kom-types.h
with
25 additions
and
1 deletion
src/include/kom-types.h
+
25
−
1
View file @
fa55ac9f
/*
* $Id: kom-types.h,v 0.1
3
1994/
04/05 07:53:11
ceder Exp $
* $Id: kom-types.h,v 0.1
4
1994/
12/31 11:43:29
ceder Exp $
* Copyright (C) 1990, 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -392,6 +392,16 @@ typedef struct {
Garb_nice
nice
;
/* Number of days to live */
}
Small_conf
;
typedef
struct
{
String
name
;
Conf_type
type
;
Conf_no
conf_no
;
}
Conf_z_info
;
typedef
struct
{
unsigned
short
no_of_confs
;
Conf_z_info
*
confs
;
}
Conf_z_info_list
;
/* Struct for persons */
typedef
struct
{
...
...
@@ -494,4 +504,18 @@ typedef struct {
Who_info_ident
*
info
;
}
Who_info_ident_list
;
typedef
struct
{
unsigned
long
protocol_version
;
String
server_name
;
String
server_version
;
}
Version_info
;
#ifdef SERVER
typedef
struct
{
unsigned
long
protocol_version
;
char
*
server_name
;
char
*
server_version
;
}
Version_info_internal
;
#endif
#endif
/* ifndef KOM_TYPES_H_ALREADY_INCLUDED__ */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment