xdr_control and XDR_GET_BYTES_AVAIL, xdr_bytesrec
xdr_control and XDR_GET_BYTES_AVAIL, xdr_bytesrec
- Subject: xdr_control and XDR_GET_BYTES_AVAIL, xdr_bytesrec
- From: Rick Mann <email@hidden>
- Date: Fri, 17 Nov 2006 11:25:18 -0800
I'm porting some Solaris code, and it calls xdr_control() with
XDR_GET_BYTES_AVAIL and passes a pointer to an xdr_bytesrec record:
struct xdr_bytesrec {
bool_t xc_is_last_record;
size_t xc_num_avail;
};
I couldn't find this in Darwin headers, nor could I find any
documentation on xdr_control. Does anyone know if this operation is
supported in Darwin, and if not, what the equivalent (if any) might be?
TIA,
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden