![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 204](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642204.webp)
Summary of Data Types and Structures
204
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
Description
Slapi_Mutex
is the data type for an opaque structure that represents a mutual
exclusive lock (mutex) in the server plug-in.
The following table summarizes the front-end API functions that you can call to
work with mutually exclusive locks.
Slapi_Operation
Represents an operation pending from an LDAP client.
Syntax
#include slapi-plugin.h
typedef struct op Slapi_Operation;
Description
Slapi_Operation
is the data type for an opaque structure that represents an
operation pending from an LDAP client.
The following table summarizes the front-end API functions that you can call to
work with mutually exclusive locks.
To do this...
Call this function
Destroy a mutex
slapi_destroy_mutex()
Lock a mutex
slapi_lock_mutex()
Create a new mutex
slapi_new_mutex()
Unlock a mutes
slapi_unlock_mutex()
To do this...
Call this function
Determine if the client has
abandoned the current operation.
slapi_op_abandoned()
Get the type of a
Slapi_Operation
.
slapi_op_get_type()
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...