|
BSL v1.0.0 - 16.g9d98179
AMMOS Bundle Protocol Security Library (BSL)
|
Each BSL context and its associated control state. More...
#include <agent.h>
Collaboration diagram for MockBPA_Agent_BSL_Ctx_t:Data Fields | |
| BSLP_PolicyProvider_t * | policy |
| Policy provider for the bsl. | |
| BSL_LibCtx_t * | bsl |
| BSL context instance. | |
| pthread_mutex_t | mutex |
| Mutex for aggregating telemetry from bsl. | |
Each BSL context and its associated control state.
| BSL_LibCtx_t* MockBPA_Agent_BSL_Ctx_t::bsl |
BSL context instance.
Referenced by MockBPA_Agent_Init().
| pthread_mutex_t MockBPA_Agent_BSL_Ctx_t::mutex |
Mutex for aggregating telemetry from bsl.
| BSLP_PolicyProvider_t* MockBPA_Agent_BSL_Ctx_t::policy |
Policy provider for the bsl.
Referenced by main(), and MockBPA_Agent_Init().