#include <biosphere.h>
#include <apr_thread_mutex.h>
Include dependency graph for general.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
bs_status | init_bsmod_stat_mux (void) |
void | lock_bsmod_stat_mux (void) |
void | unlock_bsmod_stat_mux (void) |
bs_service_response * | create_error_response (const bs_service_request *request, bs_status code, const char *description, apr_pool_t *mp) |
bs_service_response * | create_void_message (const bs_service_request *request, apr_pool_t *mp) |