--- gvpe/src/iom.C 2006/01/28 12:02:51 1.35 +++ gvpe/src/iom.C 2007/03/29 17:35:20 1.37 @@ -122,7 +122,6 @@ w->call (*w, status); } } - } sw0 () @@ -152,6 +151,9 @@ static struct init { init () { +#ifdef IOM_PREINIT + { IOM_PREINIT } +#endif iom_valid = true; #if IOM_SIG @@ -176,6 +178,10 @@ tw0.start (TSTAMP_MAX); #endif + +#ifdef IOM_POSTINIT + { IOM_POSTINIT } +#endif } ~init ()