diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-09 04:12:14 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-09 04:12:14 (GMT) |
commit | eb47d0870a7901a5e6304686e0defee4287d66bc (patch) | |
tree | fea41680f3280326c73db9752fa55b5c77d28488 /plugins/utils.h | |
parent | e7c0f123ae3173995446e6b2c6e0b436db50667c (diff) | |
download | monitoring-plugins-eb47d0870a7901a5e6304686e0defee4287d66bc.tar.gz |
add function for elapsed tim ein microseconds
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@670 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index c378e45..b763b1e 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
@@ -59,6 +59,7 @@ int gettimeofday(struct timeval *tv, struct timezone *tz); | |||
59 | #endif | 59 | #endif |
60 | 60 | ||
61 | double delta_time (struct timeval tv); | 61 | double delta_time (struct timeval tv); |
62 | long deltime (struct timeval tv); | ||
62 | 63 | ||
63 | /* Handle strings safely */ | 64 | /* Handle strings safely */ |
64 | 65 | ||