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
1b8d197b
Commit
1b8d197b
authored
Jun 14, 1996
by
David Byers
Browse files
(ASYNC_CHECK_ACCEPT): New macro.
parent
ee083b66
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/prot-a-send-async.h
View file @
1b8d197b
/*
* $Id: prot-a-send-async.h,v 0.
6
199
5
/0
1/01 20:17:25 ced
er Exp $
* $Id: prot-a-send-async.h,v 0.
7
199
6
/0
6/14 15:54:45 by
er
s
Exp $
* Copyright (C) 1991, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -23,11 +23,17 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: prot-a-send-async.h,v 0.
6
199
5
/0
1/01 20:17:25 ced
er Exp $
* $Id: prot-a-send-async.h,v 0.
7
199
6
/0
6/14 15:54:45 by
er
s
Exp $
*
* Asynchronous messages in protocol A.
*/
#define ASYNC_CHECK_ACCEPT(_conn, _msg) \
{ \
if (_conn->want_async[_msg] == 0) return; \
}
void
prot_a_async_new_text
(
Connection
*
cptr
,
Text_no
text_no
,
...
...
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