*** empty log message ***

This commit is contained in:
cvs
2000-03-31 14:11:23 +00:00
parent 714b8ae84d
commit 69a54f8624
2 changed files with 287 additions and 211 deletions

View File

@@ -1,6 +1,6 @@
#ifndef _asynsrv_def_
#define _asynsrv_def_
/*------------------------------------------------ AsynSrv_DEF.H Ident V01M
/*------------------------------------------------ AsynSrv_DEF.H Ident V01N
*/
#ifndef OffsetOf
#define OffsetOf(type, identifier) ((size_t)(&((type*) NULL)->identifier))
@@ -32,6 +32,8 @@
char eot[4]; /* Expected terminators */
int max_replies; /* Binary version of #replies in response */
int n_replies; /* # of last response returned to caller */
void (*idleHandler) (int, int); /* MZ. handler called when waiting ..
** .. on a response */
};
struct AsynSrv_HostPortSkt {