From ac8754459d07aa0eedc3ae917e0b1bd1c581d4a2 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 13 Jun 2000 19:05:25 +0000 Subject: [PATCH] remove threadInit; add caMonitor.c --- src/makeBaseApp/Makefile | 1 + src/makeBaseApp/top/exampleApp/src/caExample.c | 1 - src/makeBaseApp/top/exampleApp/src/exampleMain.c | 1 - src/makeBaseApp/top/exampleBoot/ioc/st.cmd | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/makeBaseApp/Makefile b/src/makeBaseApp/Makefile index c6caaf6dd..4a879cfcb 100644 --- a/src/makeBaseApp/Makefile +++ b/src/makeBaseApp/Makefile @@ -29,6 +29,7 @@ TEMPLATES += top/exampleApp/src/baseLIBOBJS TEMPLATES += top/exampleApp/src/devXxxSoft.c TEMPLATES += top/exampleApp/src/xxxRecord.c TEMPLATES += top/exampleApp/src/caExample.c +TEMPLATES += top/exampleApp/src/caMonitor.c TEMPLATES += top/exampleApp/src/exampleInclude.dbd TEMPLATES += top/exampleApp/src/sncExample.st TEMPLATES += top/exampleApp/src/xxxRecord.dbd diff --git a/src/makeBaseApp/top/exampleApp/src/caExample.c b/src/makeBaseApp/top/exampleApp/src/caExample.c index dfeef568b..04e57197e 100644 --- a/src/makeBaseApp/top/exampleApp/src/caExample.c +++ b/src/makeBaseApp/top/exampleApp/src/caExample.c @@ -15,7 +15,6 @@ main(int argc,char **argv) fprintf(stderr,"usage: caExample pvname\n"); exit(1); } - threadInit(); SEVCHK(ca_task_initialize(),"ca_task_initialize"); SEVCHK(ca_search(argv[1],&mychid),"ca_search failure"); SEVCHK(ca_pend_io(5.0),"ca_pend_io failure"); diff --git a/src/makeBaseApp/top/exampleApp/src/exampleMain.c b/src/makeBaseApp/top/exampleApp/src/exampleMain.c index cf23e3795..8247bad83 100644 --- a/src/makeBaseApp/top/exampleApp/src/exampleMain.c +++ b/src/makeBaseApp/top/exampleApp/src/exampleMain.c @@ -24,7 +24,6 @@ of this distribution. int main(int argc,char *argv[]) { - threadInit(); ioccrfRegisterCommon(); registerRecordDeviceDriverRegister(); if(argc>=2) { diff --git a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd index 9be83e34f..47da5b0d0 100644 --- a/src/makeBaseApp/top/exampleBoot/ioc/st.cmd +++ b/src/makeBaseApp/top/exampleBoot/ioc/st.cmd @@ -9,7 +9,6 @@ cd topbin ld < exampleLibrary.munch -threadInit() cd top dbLoadDatabase("dbd/exampleApp.dbd")