Modified the MS/TP Master Node state machine to handle Data Expecting Reply in a more appropriate manner. Updated the MS/TP monitor rx_fsm, and updated the linux and windows dlsmtp for new functionality.

This commit is contained in:
skarg
2007-08-23 00:28:14 +00:00
parent b37c58e0bf
commit 4f42b20590
10 changed files with 782 additions and 155 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#if !defined(__cplusplus)
/*typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool;*/
typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool;
#define bool _Bool
#define true 1
#define false 0