Represents a mutex in the server plug-in.
Syntax
#include slapi-plugin.h
typedef struct slapi_mutex Slapi_Mutex;
Description
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().