The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Platform independent time functions. More...
#include <freeradius-devel/util/strerror.h>
#include <freeradius-devel/util/time.h>
#include <freeradius-devel/util/timeval.h>
Go to the source code of this file.
Functions | |
int | fr_timeval_from_str (struct timeval *out, char const *in) |
Create timeval from a string. More... | |
void | fr_timeval_subtract (struct timeval *out, struct timeval const *end, struct timeval const *start) |
Subtract one timeval from another. More... | |
Platform independent time functions.
Definition in file timeval.c.
int fr_timeval_from_str | ( | struct timeval * | out, |
char const * | in | ||
) |
void fr_timeval_subtract | ( | struct timeval * | out, |
struct timeval const * | end, | ||
struct timeval const * | start | ||
) |