Integer type name change.
[silc.git] / lib / silcutil / silcschedule_i.h
index b3a2c92474ad4937e9acd8229183441fbca256d8..a1db680eb5c7a01bdceae04dc5d2d5f3f25eb1e5 100644 (file)
 /* 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