Adaptive Framework
0.9.0
|
Authorization handler id anchor. More...
#include <afw_authorization_internal.h>
Data Fields | |
afw_thread_mutex_t * | authorization_handler_mutex |
Mutex for locking access to authorization handler related resources. | |
const afw_authorization_handler_t * | first |
First instance. More... | |
afw_boolean_t | is_started |
Stopping instances. | |
Authorization handler id anchor.
Definition at line 33 of file afw_authorization_internal.h.
const afw_authorization_handler_t* first |
First instance.
If started, this is the started instance. Others are stopping and will be be removed when stopped.
Definition at line 44 of file afw_authorization_internal.h.