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); | |
Description
Deletes a reference to a netlistener instance.
- ac
-
The address of an “accept_construct” associated with the session. A reference to the
netlistener_instancefield is deleted.
This function returns void.
It is only legal to call this function in the Scheduler thread.
Was this page helpful?