From 96a77189cdc66b655a25cbfd707a1718d203158d Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 13 Jul 2007 20:07:39 +0000 Subject: [PATCH] Packed structure. --- lib/silcutil/silctimer_i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/silcutil/silctimer_i.h b/lib/silcutil/silctimer_i.h index 06656e90..3709f4f9 100644 --- a/lib/silcutil/silctimer_i.h +++ b/lib/silcutil/silctimer_i.h @@ -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 */ }; -- 2.24.0