GNU libmicrohttpd
0.9.72
|
#include "mhd_options.h"
Go to the source code of this file.
Functions | |
void | MHD_monotonic_sec_counter_init (void) |
void | MHD_monotonic_sec_counter_finish (void) |
time_t | MHD_monotonic_sec_counter (void) |
time_t MHD_monotonic_sec_counter | ( | void | ) |
Monotonic seconds counter, useful for timeout calculation. Tries to be not affected by manually setting the system real time clock or adjustments by NTP synchronization.
Definition at line 337 of file mhd_mono_clock.c.
void MHD_monotonic_sec_counter_finish | ( | void | ) |
Deinitialise monotonic seconds counter by freeing any allocated resources
Definition at line 316 of file mhd_mono_clock.c.
void MHD_monotonic_sec_counter_init | ( | void | ) |
Initialise monotonic seconds counter.
Definition at line 138 of file mhd_mono_clock.c.