Tor
0.4.6.0-alpha-dev
lib
time
tvdiff.h
Go to the documentation of this file.
1
/* Copyright (c) 2003-2004, Roger Dingledine
2
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
3
* Copyright (c) 2007-2020, The Tor Project, Inc. */
4
/* See LICENSE for licensing information */
5
6
/**
7
* \file tvdiff.h
8
* \brief Header for tvdiff.c
9
**/
10
11
#ifndef TOR_TVDIFF_H
12
#define TOR_TVDIFF_H
13
14
#include "
lib/cc/torint.h
"
15
struct
timeval
;
16
17
long
tv_udiff
(
const
struct
timeval
*start,
const
struct
timeval
*end);
18
long
tv_mdiff
(
const
struct
timeval
*start,
const
struct
timeval
*end);
19
int64_t
tv_to_msec
(
const
struct
timeval
*tv);
20
21
time_t
time_diff
(
const
time_t from,
const
time_t to);
22
23
#endif
/* !defined(TOR_TVDIFF_H) */
tv_mdiff
long tv_mdiff(const struct timeval *start, const struct timeval *end)
Definition:
tvdiff.c:102
time_diff
time_t time_diff(const time_t from, const time_t to)
Definition:
tvdiff.c:181
torint.h
Integer definitions used throughout Tor.
tv_udiff
long tv_udiff(const struct timeval *start, const struct timeval *end)
Definition:
tvdiff.c:53
timeval
Definition:
compat_time.h:151
tv_to_msec
int64_t tv_to_msec(const struct timeval *tv)
Definition:
tvdiff.c:160
Generated by
1.8.20