FACT++  1.0
void conn_free ( int  conn_id)

Definition at line 118 of file conn_handler.c.

References DNA_CONNECTION::busy, Dna_conns, and FALSE.

Referenced by ast_conn_h(), dna_open_client(), dna_open_server(), release_conn(), and web_open_server().

119 {
120  DISABLE_AST
121  Dna_conns[conn_id].busy = FALSE;
122  ENABLE_AST
123 }
int busy
Definition: dim.h:381
#define FALSE
Definition: dim.h:136
DllExp DIM_NOSHARE DNA_CONNECTION * Dna_conns
Definition: conn_handler.c:31

+ Here is the caller graph for this function: