|
BSL v1.1.0 - 5.g6f9266f
AMMOS Bundle Protocol Security Library (BSL)
|
Each BSL context and its associated control state. More...
#include <mock_bpa/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 MockBPA_Agent_Init().