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

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

Go to the source code of this file.
Functions | |
| bs_status | core_service_request_handler (const bs_service_request *request, bs_service_response **response, void *extra) |
| bs_status core_service_request_handler | ( | const bs_service_request * | request, | |
| bs_service_response ** | response, | |||
| void * | extra | |||
| ) |
Core service handler function. This function is a wrapper over all lower level core services of Bio-SPHERE
| request | Request to service | |
| repsonse | Pointer to a pointer where to store the result |
Definition at line 272 of file core_services.c.
References BS_ERROR, core_service_composition_service(), core_service_daemon_admin(), core_service_logging_service(), core_service_module_service(), bs_service_request::port, bs_service_request::service, and streq().
Referenced by init_service().
Here is the call graph for this function:

1.5.1