Skip to main content

Name

ec_ssl_is_event_ssl — Determine whether an event is SSL-related

Synopsis

#include "ec_ssl.h"

| void **ec_ssl_is_event_ssl** ( | e); |   |

Event * <var class="pdparam">e</var>;

Description

Determine whether an event is SSL-related.

Parameters

e

An Event.

Return Values

This function returns 1 if the event is SSL-related and 0 if it is not.

Threading

It is legal to call this function in the Scheduler thread.

See Also

Was this page helpful?