| iMatix home page
| << | < | > | >>
SMT Logo SMT
Version 2.81

 

smtsock_trace

#include "smtdefn.h"
void smtsock_trace (Bool trace_value)

Synopsis

Enables/disables socket tracing: to enable, call with TRUE as argument; to disable call with FALSE as argument. Socket trace data is sent to the console.

Source Code - (smtsock.c)

{
    trace_flag = trace_value;
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation