*** empty log message ***
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user