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
250f9d18
Commit
250f9d18
authored
Jul 24, 1996
by
Per Cederqvist
Browse files
Comment improved.
parent
00acc99a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/async.h
View file @
250f9d18
/*
* $Id: async.h,v 0.
7
1996/0
6/14 15:34:29 by
er
s
Exp $
* $Id: async.h,v 0.
8
1996/0
7/24 23:47:48 ced
er Exp $
* Copyright (C) 1991, 1994, 1995 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: async.h,v 0.
7
1996/0
6/14 15:34:29 by
er
s
Exp $
* $Id: async.h,v 0.
8
1996/0
7/24 23:47:48 ced
er Exp $
*
* This file contains the parts of the async protocol that are common
* to the server and the client.
...
...
@@ -57,7 +57,11 @@ typedef enum {
because LysKOM is full. */
ay_send_message
=
12
,
/* A message is sent. */
ay_logout
=
13
,
/* Someone logs out. */
ay_dummy_last
/* Keep this last in the list */
ay_dummy_last
/* Keep this last in the list.
When adding new async messages you might
want to increase the default value for
parameter "Max accept_async len" in
server-config.c. */
}
Async
;
#define ASYNC_DEFAULT_MESSAGES { ay_new_text, \
...
...
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