projects
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ed0f46
)
Packed structure.
author
Pekka Riikonen
<priikone@silcnet.org>
Fri, 13 Jul 2007 20:07:39 +0000
(20:07 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Fri, 13 Jul 2007 20:07:39 +0000
(20:07 +0000)
lib/silcutil/silctimer_i.h
patch
|
blob
|
history
diff --git
a/lib/silcutil/silctimer_i.h
b/lib/silcutil/silctimer_i.h
index 06656e9076946ded439e6dead91f4428b746f1f6..3709f4f9d7ef890a45bd4ee1c2acb05306b85abc 100644
(file)
--- 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 */
};