Sun Directory Server Enterprise Edition 7.0 Developer's Guide

slapi_destroy_condvar()

Frees a Slapi_CondVar structure from memory.

Syntax

#include "slapi-plugin.h"
void slapi_destroy_condvar( Slapi_CondVar *cvar );

Parameters

This function takes the following parameters:

cvar

Pointer to the Slapi_CondVar structure that you want to free from memory.

Description

This function frees a Slapi_CondVar structure from memory. Before calling this function, you should make sure that this condition variable is no longer in use.