#include <lbm.h>
Collaboration diagram for lbm_src_transport_stats_t_stct:

Data Fields | |
| int | type |
| char | source [LBM_MSG_MAX_SOURCE_LEN] |
| union { | |
| lbm_src_transport_stats_tcp_t tcp | |
| lbm_src_transport_stats_lbtrm_t lbtrm | |
| lbm_src_transport_stats_daemon_t daemon | |
| lbm_src_transport_stats_lbtru_t lbtru | |
| lbm_src_transport_stats_lbtipc_t lbtipc | |
| lbm_src_transport_stats_lbtrdma_t lbtrdma | |
| } | transport |
| char | _fill [LBM_EXTERNAL_STRUCT_FILL_SIZE] |
Type of transport (LBM_TRANSPORT_STAT_TCP, LBM_TRANSPORT_STAT_LBTRM, etc.).
| char lbm_src_transport_stats_t_stct::source[LBM_MSG_MAX_SOURCE_LEN] |
Source string of transport session, the format of which depends on the transport type. For string formats and examples, see lbm_transport_source_info_t_stct.
The statistics for source TCP transports.
The statistics for source LBT-RM transports.
These statistics have been deprecated.
The statistics for source LBT-RU transports.
The statistics for source LBT-IPC transports.
The statistics for source LBT-RDMA transports.
1.5.2