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
27efd65e
Commit
27efd65e
authored
Aug 05, 1998
by
Per Cederqvist
Browse files
(Text_mapping): New type.
parent
77845d7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/include/kom-types.h
View file @
27efd65e
/*
* $Id: kom-types.h,v 0.2
7
1998/0
7/26 17:38:28
ceder Exp $
* $Id: kom-types.h,v 0.2
8
1998/0
8/05 16:12:36
ceder Exp $
* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -431,6 +431,15 @@ typedef struct {
typedef
L2g_iterator
L2g_iterator_as_text_list
;
/* This struct holds the information that is needed to output a
Text-Mapping. Please note that the protocol A Text-Mapping data
type looks very different from this structure. */
typedef
struct
{
Local_text_no
first
;
unsigned
long
no_of_texts
;
Local_to_global
*
l2g
;
}
Text_mapping
;
/* For performance reasons, sort the fields in increasing size.
The comments about number of bits are true on a Sun Sparc-2, not
necessarily anything else. The code should work anyhow. */
...
...
Write
Preview
Supports
Markdown
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