#include <biosphere.h>#include <apr_time.h>Include dependency graph for time_functions.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | timer_info |
Functions | |
| bs_status | bsmod_stat_handle_time_functions (const bs_service_request *request, bs_service_response **response) |
| bs_status bsmod_stat_handle_time_functions | ( | const bs_service_request * | request, | |
| bs_service_response ** | response | |||
| ) |
Handle the timing operations for the bsmod_stat module.
| request | The request to be serviced | |
| response | The result pointer to the response to be generated |
Definition at line 189 of file time_functions.c.
References BS_NO_SERVICE, bsmod_stat_handle_gather_times(), bsmod_stat_handle_start_timer(), bsmod_stat_handle_stop_timer(), bs_service_request::operation, and streq().
Referenced by bsmod_stat_handle_service().
Here is the call graph for this function:

1.5.1