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

 

smtsimu_smtsock_init

#include "smtsimu.h"
int
smtsimu_smtsock_init (void)

Synopsis

Replaces the normal smtsock init() function call. Calls the SMTSOCK agent to initialise, as usual, then initialises the network delay simulation agent. Returns -1 if there was an error, else 0.

Source Code - (smtsimu.c)

{
    /*  Initialise SMTSOCK agent                                             */
    if (smtsock init ())
        return (-1);

    /*  Now initialise the SMTSIMU agent                                     */
    return (smtsimu init ());
}

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