SemysTransDeadConnProt

01 Mark a connection for destruction.
02

void SemysTransDeadConnProt(SemysConnection *pConn);

03 Parameters:
  • pConn: The connection object to mark as dead.
04 This function is called at best as the last operation of the thread of the connection, right after calling the SemysConnShutdownProt() callback of the user.
05 Calling this function will remove the connection from the active list and put it to a dedicated list that will be cleaned up some time later (from another thread).
06 It is expected that this function is called at least on behalf of a callback to SemysTransConnTerminateProt().
07 Global Lock: Required
Reference: SemysTransporter.h
Implementation: Semys Library
See Also: Transporter Sub-System, SemysTransConnTerminateProt(), SemysTransConnDestroyProt()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.