|
@@ -1026,11 +1026,15 @@ type
|
|
fd_count : Word; // how many are SET?
|
|
fd_count : Word; // how many are SET?
|
|
fd_array : array[0..FD_SETSIZE-1] of Longint; // an array of SOCKETs
|
|
fd_array : array[0..FD_SETSIZE-1] of Longint; // an array of SOCKETs
|
|
end;
|
|
end;
|
|
|
|
+ TFDSet = FD_Set;
|
|
|
|
+ PFDSet = ^TFDSet;
|
|
|
|
|
|
timeval = record
|
|
timeval = record
|
|
tv_sec : Longint; // Number of seconds
|
|
tv_sec : Longint; // Number of seconds
|
|
tv_usec : Longint; // Number of microseconds
|
|
tv_usec : Longint; // Number of microseconds
|
|
end;
|
|
end;
|
|
|
|
+ TTimeVal = TimeVal;
|
|
|
|
+ PTimeVal = ^TTimeVal;
|
|
|
|
|
|
{
|
|
{
|
|
* ioctl & ip trace support
|
|
* ioctl & ip trace support
|