Skip to main content

netlistener_clean_accept_construct

Last updated March 2020

Name

netlistener_clean_accept_construct — Deletes a reference to a netlistener instance

Synopsis

#include "netlistener.h"

| void **netlistener_clean_accept_construct** ( | ac); |   |

accept_construct * <var class="pdparam">ac</var>;

Description

Deletes a reference to a netlistener instance.

Parameters

ac

The address of an “accept_construct” associated with the session. A reference to the netlistener_instance field is deleted.

Return Values

This function returns void.

Threading

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

Was this page helpful?