From b26f1a28c9809e557f4a71d06ff6c3d69f084c62 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 30 Mar 1994 11:00:11 +0000 Subject: [PATCH] added asInit --- src/db/iocInit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/db/iocInit.c b/src/db/iocInit.c index 589522afd..8b2483a8b 100644 --- a/src/db/iocInit.c +++ b/src/db/iocInit.c @@ -54,6 +54,7 @@ * .24 09-11-92 rcz moved setMasterTimeToSelf to a seperate C file * .25 07-15-93 mrk Changed dbLoad for new dbStaticLib support * .26 02-09-94 jbk changed to new time stamp support software ts_init() + * .27 03-23-94 mrk Added asInit * */ @@ -196,6 +197,7 @@ int iocInit(char * pResourceFilename) if (pinitHooks) (*pinitHooks)(INITHOOKafterInterruptAccept); if(initialProcess()!=0) logMsg("iocInit: initialProcess Failed\n",0,0,0,0,0,0); if (pinitHooks) (*pinitHooks)(INITHOOKafterInitialProcess); + asInit(); rsrv_init(); logMsg("iocInit: All initialization complete\n",0,0,0,0,0,0); if (pinitHooks) (*pinitHooks)(INITHOOKatEnd);