Changeset 141 in Main for trunk/Server/tw_module.h
- Timestamp:
- Sep 23, 2024, 8:37:53 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/tw_module.h
r140 r141 19 19 _TW_MODULE_PASS = 0, /* Pass to the next module. */ 20 20 _TW_MODULE_STOP, /* Do not pass to the next module. */ 21 _TW_MODULE_STOP2, /* Do not pass to the next module, and do not handle response. */ 21 22 _TW_MODULE_ERROR, /* Error, and do not pass to the next module. */ 22 23 … … 28 29 #define TW_MODULE_PASS _TW_MODULE_PASS 29 30 #define TW_MODULE_STOP _TW_MODULE_STOP 31 #define TW_MODULE_STOP2 _TW_MODULE_STOP2 30 32 #define TW_MODULE_ERROR(x) (_TW_MODULE_ERROR | ((x) << 8)) 31 33
Note:
See TracChangeset
for help on using the changeset viewer.