| iMatix home page | << | < | > | >> |
SMT Version 2.81 |
#include "smtsimu.h" int smtsimu_smtsock_init (void)
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.
{ /* Initialise SMTSOCK agent */ if (smtsock init ()) return (-1); /* Now initialise the SMTSIMU agent */ return (smtsimu init ()); }
| << | < | > | >> | Copyright © 1996-99 iMatix Corporation |