#include <biosphere.h>
Collaboration diagram for bs_service:
Data Fields | |
char * | name |
bs_port ** | ports |
bs_uint16 | num_ports |
bs_bool | from_mp |
Definition at line 177 of file biosphere.h.
char* bs_service::name |
Human-readable name of the service.
Definition at line 179 of file biosphere.h.
Referenced by add_service_to_definition(), add_service_to_xml(), can_service(), copy_services(), main(), and new_bs_service().
The ports (functions) offered by the service.
Definition at line 180 of file biosphere.h.
Referenced by add_port_to_service(), add_service_to_xml(), can_service(), copy_ports(), delete_ports(), main(), and new_bs_service().
The number of ports in the service.
Definition at line 181 of file biosphere.h.
Referenced by add_port_to_service(), add_service_to_xml(), can_service(), copy_ports(), delete_ports(), and new_bs_service().
Whether the structure was allocated from a memory pool.
Definition at line 183 of file biosphere.h.
Referenced by delete_ports(), and new_bs_service().