mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:42:12 -04:00
define a few socket event (read/write) attributes
This commit is contained in:
parent
287a9e6ce0
commit
7b0fde02e4
1 changed files with 4 additions and 0 deletions
|
|
@ -102,6 +102,10 @@ struct isc_socket_connev {
|
|||
isc_result_t result; /* OK, EOF, whatever else */
|
||||
};
|
||||
|
||||
#define ISC_SOCKEVENTATTR_TRUNC 0x8000000U
|
||||
#define ISC_SOCKEVENTATTR_CTRUNC 0x4000000U
|
||||
#define ISC_SOCKEVENTATTR_TIMESTAMP 0x2000000U
|
||||
|
||||
#define ISC_SOCKEVENT_ANYEVENT (0)
|
||||
#define ISC_SOCKEVENT_RECVDONE (ISC_EVENTCLASS_SOCKET + 1)
|
||||
#define ISC_SOCKEVENT_SENDDONE (ISC_EVENTCLASS_SOCKET + 2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue