Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
539d35f0
Commit
539d35f0
authored
Apr 25, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(l2g_set_block_size): New function.
parent
40c68b13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
src/server/local-to-global.h
src/server/local-to-global.h
+7
-1
No files found.
src/server/local-to-global.h
View file @
539d35f0
...
...
@@ -10,6 +10,11 @@
#include "kom-types.h"
/* Set the block size. This function must be called exactly once
before any other function declared in this file is called. Once
the block size has been set it cannot be changed. */
void
l2g_set_block_size
(
int
sz
);
/* Contstructor. Take raw memory and create an empty
Local_to_global mapping. */
void
l2g_init
(
Local_to_global
*
l2g
);
...
...
@@ -63,7 +68,8 @@ void l2g_dump(FILE *file, const Local_to_global *l2g);
/* Write an external representation of the mapping to ``file''. */
void
l2g_write
(
FILE
*
file
,
const
Local_to_global
*
l2g
);
/* Initialize the mapping from the representation found in ``file''. */
/* Initialize the mapping from the representation found in ``file''.
``l2g'' must already be constructed. */
Success
l2g_read
(
FILE
*
file
,
Local_to_global
*
l2g
);
/* Dump global usage statistics to ``file''. */
...
...
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