Syntax
#include slapi-plugin.h typedef struct slapi_mutex Slapi_Mutex; Description
#include slapi-plugin.h typedef struct slapi_mutex Slapi_Mutex;
Slapi_Mutex is the data type for an opaque structure that represents a mutual exclusive lock in the server plug-in.
See Also
slapi_new_mutex(), slapi_lock_mutex(), slapi_unlock_mutex(), slapi_destroy_mutex().