Data structure to enable access in a DU Link callback to a string requiring thread access protection.
Definition at line 419 of file duplugin.h.
Data Fields | |
| const char * | pStr |
| String to be passed to callback context. More... | |
| pthread_mutex_t * | pMutex |
| Will be locked before reading from pStr. More... | |
| pthread_mutex_t* CTX_LOCK_STR::pMutex |
Will be locked before reading from pStr.
Definition at line 424 of file duplugin.h.
| const char* CTX_LOCK_STR::pStr |
String to be passed to callback context.
Definition at line 422 of file duplugin.h.