Source position: apr_poll.inc line 63
type apr_descriptor = record
case Integer of
1: (
f: Papr_file_t;
);
2: (
s: Papr_socket_t;
end;