silc_cond_alloc

SYNOPSIS

    SilcBool silc_cond_alloc(SilcCond *cond);

DESCRIPTION

Allocates SILC Condition variable context. The condition must be allocated before it can be used. It is freed by the silc_cond_free function. This returns TRUE and allocated condition in to the `cond' pointer and FALSE if system is out of memory.