Removed an unnecessary field from the connection structure
This commit is contained in:
1
conman.h
1
conman.h
@ -40,7 +40,6 @@ typedef struct __SConnection {
|
|||||||
pObjectDescriptor pDes; /* must be here */
|
pObjectDescriptor pDes; /* must be here */
|
||||||
long lMagic; /* connection object ID */
|
long lMagic; /* connection object ID */
|
||||||
long ident; /* connection idetification */
|
long ident; /* connection idetification */
|
||||||
struct __SConnection *next; /* pointer for freeConnection managenment */
|
|
||||||
int sockHandle; /* socket handle */
|
int sockHandle; /* socket handle */
|
||||||
int iTelnet; /* telnet flag */
|
int iTelnet; /* telnet flag */
|
||||||
int iMacro; /* suppress I/O in macro */
|
int iMacro; /* suppress I/O in macro */
|
||||||
|
Reference in New Issue
Block a user