The FreeRADIUS server
$Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
|
Functions for manipulating timeval structures. More...
#include <sys/time.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... | |
Functions for manipulating timeval structures.
Definition in file timeval.h.
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 | ||
) |