Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
96055632
Commit
96055632
authored
Oct 18, 2005
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added SU_NTP_C().
darcs-hash:20051018165533-65a35-b3fbfe2d1acc1be3a7d5218ce4d985cbc8caddd6.gz
parent
574830f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
libsofia-sip-ua/su/su_time.h
libsofia-sip-ua/su/su_time.h
+3
-0
No files found.
libsofia-sip-ua/su/su_time.h
View file @
96055632
...
...
@@ -71,6 +71,9 @@ enum {
*/
typedef
uint64_t
su_ntp_t
;
/** Represent NTP consttant */
#define SU_NTP_C(x) SU_U64_C(x)
#define SU_TIME_CMP(t1, t2) \
(long)((t1.tv_sec - t2.tv_sec != 0) ? \
(t1.tv_sec - t2.tv_sec) : \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment