Packed structure.
[runtime.git] / lib / silcutil / silctimer_i.h
index 06656e9076946ded439e6dead91f4428b746f1f6..3709f4f9d7ef890a45bd4ee1c2acb05306b85abc 100644 (file)
@@ -26,8 +26,8 @@
 
 struct SilcTimerObject {
   SilcUInt64 start_sec;                /* Start seconds */
-  SilcUInt32 start_usec;       /* Start microseconds */
   SilcUInt64 timer_sec;                /* Timer seconds */
+  SilcUInt32 start_usec;       /* Start microseconds */
   SilcUInt32 timer_usec;       /* Timer microseconds */
   unsigned int running  : 1;   /* Set when timer is running */
 };