2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

define a few socket event (read/write) attributes

This commit is contained in:
Michael Graff
1999-08-28 04:26:16 +00:00
parent 287a9e6ce0
commit 7b0fde02e4

View File

@@ -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)