move declaration for pdbbase from iocInit to dbAccess
This commit is contained in:
@@ -67,8 +67,8 @@ of this distribution.
|
||||
#include "special.h"
|
||||
#include "asLib.h"
|
||||
|
||||
extern struct dbBase *pdbbase;
|
||||
extern long lset_stack_not_empty;
|
||||
struct dbBase *pdbbase=NULL;
|
||||
|
||||
static short mapDBFToDBR[DBF_NTYPES] = {
|
||||
DBR_STRING, DBR_CHAR, DBR_UCHAR, DBR_SHORT, DBR_USHORT,
|
||||
|
||||
@@ -82,8 +82,6 @@ LOCAL int initialized=FALSE;
|
||||
/* The following is for use by interrupt routines */
|
||||
volatile int interruptAccept=FALSE;
|
||||
|
||||
struct dbBase *pdbbase=NULL;
|
||||
|
||||
/* define forward references*/
|
||||
LOCAL void initDrvSup(void);
|
||||
LOCAL void initRecSup(void);
|
||||
|
||||
Reference in New Issue
Block a user