X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcschedule_i.h;h=a1db680eb5c7a01bdceae04dc5d2d5f3f25eb1e5;hp=b3a2c92474ad4937e9acd8229183441fbca256d8;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hpb=7910ce2a5c55211a4ea09a52832c6ed32c0b64fd diff --git a/lib/silcutil/silcschedule_i.h b/lib/silcutil/silcschedule_i.h index b3a2c924..a1db680e 100644 --- a/lib/silcutil/silcschedule_i.h +++ b/lib/silcutil/silcschedule_i.h @@ -26,10 +26,10 @@ /* Schedule FD structure. Includes the file descriptors that the scheduler will listen. This is given as argument to the silc_select function. */ typedef struct { - uint32 fd; /* The file descriptor (or handle on WIN32) */ - uint16 events; /* Mask of task events, if events is 0 then + SilcUInt32 fd; /* The file descriptor (or handle on WIN32) */ + SilcUInt16 events; /* Mask of task events, if events is 0 then the fd must be omitted. */ - uint16 revents; /* Returned events mask */ + SilcUInt16 revents; /* Returned events mask */ } *SilcScheduleFd; #endif