X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcschedule_i.h;h=a1db680eb5c7a01bdceae04dc5d2d5f3f25eb1e5;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hp=b3a2c92474ad4937e9acd8229183441fbca256d8;hpb=d47a87b03b846e2333ef57b2c0d81f1644992964;p=silc.git 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