Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual page 193

Table of Contents

Advertisement

See Also
slapi_compute_callback_t
Slapi_Connection
Represents a connection.
Syntax
#include slapi-plugin.h
typedef struct conn Slapi_Connection;
Description
Slapi_Connection
connection.
Slapi_CondVar
Represents a condition variable in a directory entry.
Syntax
#include slapi-plugin.h
typedef struct slapi_condvar Slapi_CondVar;
Description
Slapi_CondVar
synchronization lock in the server plug-in.
The following table summarizes the front-end API functions that you can call to
modify synchronization locks in the server plug-in.
To do this...
Destroy a condition variable
Create a new condition variable
Send notification about a condition
variable
Wait for a condition variable
is the data type for an opaque structure that represents a
is the data type for an opaque structure that represents a
Call this function
slapi_destroy_condvar()
slapi_new_condvar()
slapi_notify_condvar()
slapi_wait_condvar()
Summary of Data Types and Structures
Chapter 14
Data Type and Structure Reference
193

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.2

Table of Contents