Data structure to enable access in a DU Link callback to a DU_RUN_LEVEL requiring thread access protection.
Definition at line 443 of file duplugin.h.
Data Fields | |
| DU_RUN_LEVEL * | pRl |
| Runlevel to be passed to callback context. More... | |
| pthread_mutex_t * | pMutex |
| Will be locked before reading from pStr. More... | |
| pthread_mutex_t* CTX_LOCK_RL::pMutex |
Will be locked before reading from pStr.
Definition at line 448 of file duplugin.h.
| DU_RUN_LEVEL* CTX_LOCK_RL::pRl |
Runlevel to be passed to callback context.
Definition at line 446 of file duplugin.h.