use struct ptr for ID types because:

o this is more type safe
o this works better with source level debuggers
This commit is contained in:
Jeff Hill
2001-06-06 17:28:37 +00:00
parent 07a767e345
commit b13d938b11
12 changed files with 140 additions and 145 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ static void consumer(void *arg)
idSelf,(int)status,time(&tp));
}
while(epicsRingPointerGetUsed(pinfo->ring)>=2) {
epicsThreadId message[2];
epicsRingPointerId message[2];
int i;
for(i=0; i<2; i++) {