semId => semBinaryId and semMutexId

This commit is contained in:
Marty Kraimer
2000-01-27 19:47:32 +00:00
parent 373df816e7
commit 72328cce1b
15 changed files with 35 additions and 32 deletions

View File

@@ -75,13 +75,13 @@ extern struct dbBase *pdbbase;
/* SCAN ONCE */
int onceQueueSize = 1000;
static semId onceSem;
static semBinaryId onceSem;
static ringId onceQ;
static threadId onceTaskId;
/*all other scan types */
typedef struct scan_list{
semId lock;
semMutexId lock;
ELLLIST list;
short modified;/*has list been modified?*/
double rate;