#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#include <stdlib.h>
#include <biosphere_lib.h>
Include dependency graph for bs_console.c:
Go to the source code of this file.
Functions | |
static void | make_request (void) |
int | main (int argc, char *argv[]) |
Variables | |
char | data [] |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 584 of file bs_console.c.
References cleanup_library(), get_library_version_string(), init_library(), and make_request().
Here is the call graph for this function:
static void make_request | ( | void | ) | [static] |
Definition at line 538 of file bs_console.c.
References BS_OK, bs_data_type::builtin, data, bs_part_instance::data, FALSE, bs_service_request::from_mp, bs_message_instance::from_mp, bs_part_instance::from_mp, bs_data_type::from_mp, bs_service_request::input, make_service_request(), bs_message_instance::name, bs_part_instance::name, bs_data_type::name, bs_message_instance::num_parts, bs_service_request::operation, bs_message_instance::parts, bs_service_request::port, runtestsuite::rv, bs_service_request::service, bs_part_instance::size, TRUE, bs_part_instance::type, and bs_service_request::uuid.
Referenced by main().
Here is the call graph for this function:
char data[] |
Definition at line 7 of file bs_console.c.
Referenced by bsmod_stat_handle_avgminmax(), bsmod_stat_handle_gather_times(), core_service_create_status_response(), create_status_response(), make_request(), and process_request_input_part().